Bill Schilit / BLE_API

Fork of BLE_API by Bluetooth Low Energy

Revision:
1:fd3ec64b2345
Parent:
0:ace2e8d3ce79
Child:
2:ffc5216bd2cc
diff -r ace2e8d3ce79 -r fd3ec64b2345 hw/bleradio.h
--- a/hw/bleradio.h	Fri Nov 29 14:42:22 2013 +0000
+++ b/hw/bleradio.h	Wed Dec 04 07:20:24 2013 +0000
@@ -20,7 +20,7 @@
         /* ToDo: Force constructor with event handler callback */
 
         /* These functions must be defined in the sub-class */
-        virtual ble_error_t attach(void (*fptr)(void));
+        //virtual ble_error_t attach(void (*fptr)(void));
         virtual ble_error_t addService(BLEService &) = 0;
         virtual ble_error_t updateValue(uint8_t, uint8_t, uint8_t[], uint16_t) = 0;
         virtual ble_error_t start(void) = 0;