fork test

Dependencies:   BLE_API WIFI_API_32kRAM mbed nRF51822

Fork of NNN40_CLI by Delta

Revision:
4:b52035367aee
Parent:
3:38ec8ad317f4
Child:
16:fb86721db53d
--- a/main.cpp	Fri Oct 02 10:36:29 2015 +0000
+++ b/main.cpp	Sat Nov 07 09:02:38 2015 +0000
@@ -3,14 +3,13 @@
 #include "command-interpreter.h"  
 #include "nrf_gpio.h"
 
-#define UART_2ND_CFG_PIN 5
 #define UART_2ND_TX p16
 #define UART_2ND_RX p17
 #define UART_2ND_TX_PIN 16
 #define UART_2ND_RX_PIN 17
 DigitalOut swio(p19);
 Serial console(TX_PIN_NUMBER,RX_PIN_NUMBER);
-//Serial console(3,4);
+
 int main(void)
 {