Bayley Wang / Mbed 2 deprecated flash_configuration

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers config_logging.h Source File

config_logging.h

00001 #ifndef __CONFIG_LOGGING
00002 #define __CONFIG_LOGGING
00003 
00004 #define ENABLE_LOGGING true
00005 #define LOG_FREQUENCY 100.f
00006 
00007 #endif