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.
ICE-Application/inc/version.h@0:61364762ee0e, 2017-01-24 (annotated)
- Committer:
- jmarkel44
- Date:
- Tue Jan 24 19:05:33 2017 +0000
- Revision:
- 0:61364762ee0e
Port from IAR to Nucleo-F412 board
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
jmarkel44 | 0:61364762ee0e | 1 | /****************************************************************************** |
jmarkel44 | 0:61364762ee0e | 2 | * version.h |
jmarkel44 | 0:61364762ee0e | 3 | *****************************************************************************/ |
jmarkel44 | 0:61364762ee0e | 4 | #ifndef VERSION_H |
jmarkel44 | 0:61364762ee0e | 5 | #define VERSION_H |
jmarkel44 | 0:61364762ee0e | 6 | |
jmarkel44 | 0:61364762ee0e | 7 | #define MAJOR_VERSION_NUMBER 0 |
jmarkel44 | 0:61364762ee0e | 8 | #define MINOR_VERSION_NUMBER 1 |
jmarkel44 | 0:61364762ee0e | 9 | #define PATCH_VERSION_NUMBER 0 |
jmarkel44 | 0:61364762ee0e | 10 | |
jmarkel44 | 0:61364762ee0e | 11 | #define PROJECT_CODE_NAME "foobar" |
jmarkel44 | 0:61364762ee0e | 12 | |
jmarkel44 | 0:61364762ee0e | 13 | #endif |