Merge remote-tracking branch 'origin/MemBoard_simple_central' into MemBoard_simple_central

This commit is contained in:
yichin
2020-04-06 10:31:07 +08:00
2 changed files with 9 additions and 5 deletions
@@ -1,4 +1,8 @@
/*
* Reference web page https://github.com/ti-simplelink/ble_examples/tree/ble_examples-2.2
*/
#ifndef MEM_BOARD_CENTRAL
#define MEM_BOARD_CENTRAL
@@ -3,14 +3,14 @@
#define VERSION_DATE
#define VERSION_DATE_YEAR 20
#define VERSION_DATE_MONTH 3
#define VERSION_DATE_DAY 30
#define VERSION_DATE_HOUR 17
#define VERSION_DATE_MINUTE 39
#define VERSION_DATE_MONTH 4
#define VERSION_DATE_DAY 6
#define VERSION_DATE_HOUR 10
#define VERSION_DATE_MINUTE 30
// this is NOT the version hash !!
// it's the last version hash
#define VERSION_HASH 22e53dd59b32acda8b2dec67a015af2e8c8c82dd
#define VERSION_HASH 610a841a27a74bd618b1155484c4cce7411c901b
#define VERSION_GIT_BRANCH MemBoard_simple_central
#endif