Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of NNN40_CLI by
Diff: CLI_Source/ble_cli.cpp
- Revision:
- 19:e2de6c1776eb
- Parent:
- 18:4f5b317c04b9
- Child:
- 20:bd1760975052
diff -r 4f5b317c04b9 -r e2de6c1776eb CLI_Source/ble_cli.cpp --- a/CLI_Source/ble_cli.cpp Fri Sep 23 01:41:28 2016 +0000 +++ b/CLI_Source/ble_cli.cpp Wed Oct 19 06:49:09 2016 +0000 @@ -13,9 +13,9 @@ #define CLI_FWVERION "DELTA_CLI_V1.15" //0920 Silvia modify -#if defined(TARGET_NRF52_DK)//temp use only +#if defined(TARGET_DELTA_DFBM_NQ620) #define MODULE_NAME "DFBM-NQ620" -#else +#else if defined(TARGET_DELTA_DFCM_NNN40) #define MODULE_NAME "DFCM-NNN40-DT1R" #endif //0920 Silvia modify
