Xiaohai Li / Mbed 2 deprecated RPi_MOT_HAT

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers SysConfig.h Source File

SysConfig.h

00001 
00002 //System Includings
00003 #include "mbed.h"
00004 
00005 //Application Layer Modules
00006 #include "DebugCommander.h"
00007 #include "SelfTest.h"
00008 
00009 //Peripheral Layer Modules
00010 #include "MotHatLib.h"
00011 
00012 //Macro to enable debug serial port
00013 #define DEBUG_SERIAL
00014 
00015 #ifdef DEBUG_SERIAL
00016     #define uart_db uart_pc
00017 #else
00018     #define uart_db uart_dummy
00019 #endif