nrf5: Starting process of renaming files in sdk folder to facilitate renaming of the folder and make it more logical. Transition will be from sdk to bluetooth.

This commit is contained in:
Glenn Ruben Bakke 2017-03-04 15:06:08 +01:00
parent 80c9c2e3c0
commit 309ae12346
5 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@ else
include ../py/mkenv.mk
include boards/$(BOARD)/mpconfigboard_$(SD_LOWER).mk
include sdk/sdk_common.mk
include sdk/bluetooth_common.mk
endif
# qstr definitions (must come before including py.mk)

View File

@ -206,7 +206,7 @@
// if sdk is in use, import configuration
#if BLUETOOTH_SD
#include "nrf5_sdk_conf.h"
#include "bluetooth_conf.h"
#endif
#ifndef MICROPY_PY_UBLUEPY

View File

@ -27,7 +27,7 @@
#ifndef HELP_SD_H__
#define HELP_SD_H__
#include "nrf5_sdk_conf.h"
#include "bluetooth_conf.h"
#if MICROPY_PY_BLE

View File

@ -24,7 +24,7 @@
* THE SOFTWARE.
*/
#include "nrf5_sdk_conf.h"
#include "bluetooth_conf.h"
#if MICROPY_PY_BLE_6LOWPAN