8000 Update BLE_API.h; nRF51822_API.h should be place in the last.(If some… · RedBearLab/nRF51822-Arduino@31b60bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 31b60bb

Browse files
author
jixing.zou
committed
Update BLE_API.h; nRF51822_API.h should be place in the last.(If some C++ file include the C file, should compile this C file with C++ rules first).
1 parent 96f3fae commit 31b60bb

File tree

1 file changed

+2
-2
lines changed
  • arduino-1.6.x/hardware/RBL/RBL_nRF51822/cores/RBL_nRF51822

1 file changed

+2
-2
lines changed

arduino-1.6.x/hardware/RBL/RBL_nRF51822/cores/RBL_nRF51822/BLE_API.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
#include "ble/ServiceDiscovery.h"
3131
#include "ble/UUID.h"
3232

33-
#include "nRF51822_API.h"
34-
3533
#include "BatteryService.h"
3634
#include "DeviceInformationService.h"
3735
#include "DFUService.h"
@@ -46,5 +44,7 @@
4644
#include "UARTService.h"
4745
#include "URIBeaconConfigService.h"
4846

47+
#include "nRF51822_API.h"
48+
4949
#endif
5050

0 commit comments

Comments
 (0)
0