football_project_wo_output

Dependencies:   mbed

Fork of football_project by MZJ

Revision:
93:620dd0a7ddc7
Parent:
92:a9ebe6d0a0fa
Child:
94:831a7fc2d69a
--- a/main.cpp	Mon Jun 13 02:00:34 2016 +0000
+++ b/main.cpp	Mon Jun 13 02:03:00 2016 +0000
@@ -166,6 +166,7 @@
 }    
 
 // Callback triggered when the ble initialization process has finished
+/* 
 void bleInitComplete(BLE::InitializationCompleteCallbackContext *params)
 {
     BLE&        ble   = params->ble;
@@ -204,6 +205,7 @@
     // Start advertising
     ble.gap().startAdvertising();
 }
+*/
 #endif // BLE_ENABLE
 
 /////////////////////////////////// CLASSES ///////////////////////////////////
@@ -359,7 +361,7 @@
     // 100ms; in multiples of 0.625ms. 
     ble.setAdvertisingInterval(160);
 
-    ble.addService(uartService);
+    //ble.addService(uartService);
     
     DFUService dfu(ble);