Dependencies: BLE_API mbed nRF51822
Fork of eco_Labs_ble_Client by
Diff: main.cpp
- Revision:
- 25:96044c55f844
- Parent:
- 17:3fb1aafa4436
- Child:
- 26:6b2fe4855698
--- a/main.cpp Sun Oct 23 12:46:21 2016 +0000 +++ b/main.cpp Sun Oct 23 14:41:49 2016 +0000 @@ -21,11 +21,6 @@ #include "BLE.h" #include "UARTService.h" #include "ble_types.h" - - - - - /******************************************************************************/ /* Local Defines */ /******************************************************************************/ @@ -38,9 +33,6 @@ #define DEBUG(...) /* nothing */ #endif /* #if NEED_CONSOLE_OUTPUT */ - - - /******************************************************************************/ /* Extern Function declarations */ /******************************************************************************/ @@ -89,7 +81,6 @@ /* LED init */ led1 = 1; toggle_led(); - init_interrupt_line(); spi_buf_init(); ble_data_handler_init();