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.
Dependents: telemetry_car_demo telemetry_demo_FRDM-TFC telemetry_example_01 telemetry_indexed_data_demo ... more
c_api/telemetry_version.h@5:cd94bb58e096, 2016-03-09 (annotated)
- Committer:
- Overdrivr
- Date:
- Wed Mar 09 12:15:13 2016 +0000
- Revision:
- 5:cd94bb58e096
- Child:
- 7:d224bddd5405
Release 1.0.3. See changelog here https://github.com/Overdrivr/Telemetry/releases/tag/1.0.3
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Overdrivr | 5:cd94bb58e096 | 1 | #ifndef TELEMETRY_VERSION_H_ |
| Overdrivr | 5:cd94bb58e096 | 2 | #define TELEMETRY_VERSION_H_ |
| Overdrivr | 5:cd94bb58e096 | 3 | |
| Overdrivr | 5:cd94bb58e096 | 4 | #define TELEMETRY_VERSION_MAJOR 1 |
| Overdrivr | 5:cd94bb58e096 | 5 | #define TELEMETRY_VERSION_MINOR 0 |
| Overdrivr | 5:cd94bb58e096 | 6 | #define TELEMETRY_VERSION_PATCH 3 |
| Overdrivr | 5:cd94bb58e096 | 7 | |
| Overdrivr | 5:cd94bb58e096 | 8 | #endif |