updates
Dependencies: BLE_API mbed-dev-bin nRF51822
Fork of microbit-dal-eddystone by
Revision 33:58453d751bca, committed 2016-07-13
- Comitter:
- LancasterUniversity
- Date:
- Wed Jul 13 12:18:12 2016 +0100
- Parent:
- 32:ece16b5987dd
- Child:
- 34:9162efc289ca
- Commit message:
- Synchronized with git rev db015d37
Author: Martin Williams
Fix MICROBIT_IO_PIN_SERVICE_PINCOUNT
MicroBitIO only has 19 pins.
Changed in this revision
inc/bluetooth/MicroBitIOPinService.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/inc/bluetooth/MicroBitIOPinService.h Wed Jul 13 12:18:11 2016 +0100 +++ b/inc/bluetooth/MicroBitIOPinService.h Wed Jul 13 12:18:12 2016 +0100 @@ -30,7 +30,7 @@ #include "ble/BLE.h" #include "MicroBitIO.h" -#define MICROBIT_IO_PIN_SERVICE_PINCOUNT 20 +#define MICROBIT_IO_PIN_SERVICE_PINCOUNT 19 #define MICROBIT_IO_PIN_SERVICE_DATA_SIZE 10 // UUIDs for our service and characteristics @@ -140,4 +140,4 @@ }; -#endif +#endif \ No newline at end of file