with 36errors
Dependencies: MTS-Serial libxDot-dev-mbed5-deprecated
Fork of Dot-AT-Firmware by
mts_at_debug.h
00001 #include "mbed.h" 00002 #include <stdio.h> 00003 00004 // enable to turn on debug prints and AT commands 00005 // #define DEBUG_MAC 1 00006 00007 #ifdef DEBUG_MAC 00008 #define MTS_RADIO_DEBUG_COMMANDS 1 00009 #define DEBUG_PRINTF(fmt, args...) printf("%s:%d: "fmt, __FUNCTION__, __LINE__, ## args) 00010 #else 00011 #define DEBUG_PRINTF(fmt, args...) 00012 #endif
Generated on Wed Jul 13 2022 06:20:59 by
1.7.2
