Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: max32630fthr Adafruit_FeatherOLED USBDevice
Diff: build_version.h
- Revision:
- 1:f60eafbf009a
- Child:
- 3:2fe2ff1ca0dc
diff -r 07d28b5db986 -r f60eafbf009a build_version.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build_version.h Wed Apr 10 14:56:25 2019 +0300 @@ -0,0 +1,5 @@ +#ifndef __BUILD_VERSION_H__ +#define __BUILD_VERSION_H__ +#define BUILD_SOURCE_BRANCH "HEAD" +#define BUILD_SOURCE_HASH "c0a9ad8d3fa420b7d4e62190fe7832376c9afd3b" +#endif