
this is using the mbed os version 5-13-1
Diff: source/main.h
- Branch:
- PassingRegression
- Revision:
- 123:a49e9ffbaca6
- Parent:
- 121:ac4f59839e4f
--- a/source/main.h Tue Jun 11 20:23:43 2019 +0000 +++ b/source/main.h Fri Jun 14 21:13:46 2019 +0000 @@ -1,5 +1,8 @@ #ifndef __MAIN_H__ #define __MAIN_H__ +#define API_MAJOR_VERSION 1 +#define API_MINOR_VERSION 0 +#define API_BUILD_NUMBER 122 void print_memory_info(); void blinkLEDs(); void trigger_start_BLE();