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.
Defaults/config_logging.h@179:935f9d78d936, 2018-02-08 (annotated)
- Committer:
- bwang
- Date:
- Thu Feb 08 02:42:16 2018 +0000
- Revision:
- 179:935f9d78d936
- Parent:
- config_logging.h@161:19eac809c727
02/07/2017 21:39 - updated BREMS*.h/cpp to include PreferenceWriter functionality, updated CommandProcessor to match current config variables
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| bwang | 72:5f1da97d62e1 | 1 | #ifndef __CONFIG_LOGGING |
| bwang | 72:5f1da97d62e1 | 2 | #define __CONFIG_LOGGING |
| bwang | 72:5f1da97d62e1 | 3 | |
| bwang | 120:57b6f3b1356b | 4 | #define ENABLE_LOGGING true |
| bwang | 161:19eac809c727 | 5 | #define LOG_FREQUENCY 100.f |
| bwang | 72:5f1da97d62e1 | 6 | |
| bwang | 72:5f1da97d62e1 | 7 | #endif |