Bayley Wang
/
flash_configuration
flash based config testing
Defaults/config_logging.h@3:82c00c8e2cb4, 2017-03-07 (annotated)
- Committer:
- bwang
- Date:
- Tue Mar 07 08:06:39 2017 +0000
- Revision:
- 3:82c00c8e2cb4
- Parent:
- 1:df6bbacb7bb9
lot's more commands
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bwang | 0:941e150e78b6 | 1 | #ifndef __CONFIG_LOGGING |
bwang | 0:941e150e78b6 | 2 | #define __CONFIG_LOGGING |
bwang | 0:941e150e78b6 | 3 | |
bwang | 0:941e150e78b6 | 4 | #define ENABLE_LOGGING true |
bwang | 0:941e150e78b6 | 5 | #define LOG_FREQUENCY 100.f |
bwang | 0:941e150e78b6 | 6 | |
bwang | 0:941e150e78b6 | 7 | #endif |