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@82:5e741c5ffd9f, 2017-03-10 (annotated)
- Committer:
- bwang
- Date:
- Fri Mar 10 08:29:13 2017 +0000
- Revision:
- 82:5e741c5ffd9f
things somewhat work?
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| bwang | 82:5e741c5ffd9f | 1 | #ifndef __CONFIG_LOGGING |
| bwang | 82:5e741c5ffd9f | 2 | #define __CONFIG_LOGGING |
| bwang | 82:5e741c5ffd9f | 3 | |
| bwang | 82:5e741c5ffd9f | 4 | #define ENABLE_LOGGING false |
| bwang | 82:5e741c5ffd9f | 5 | #define LOG_FREQUENCY 100.f |
| bwang | 82:5e741c5ffd9f | 6 | |
| bwang | 82:5e741c5ffd9f | 7 | #endif |