Multitech xDot AT Firmware

Dependencies:   MTS-Serial libxDot-mbed5

mts_at_debug.h

Committer:
jreiss
Date:
2019-01-16
Revision:
18:72b6b49d363d
Parent:
14:f9a77400b622

File content as of revision 18:72b6b49d363d:

#include "mbed.h"
#include <stdio.h>

// enable to turn on debug prints and AT commands
// #define DEBUG_MAC 1

#ifdef DEBUG_MAC
    #define MTS_RADIO_DEBUG_COMMANDS 1
    #define DEBUG_PRINTF(fmt, args...)  printf("%s:%d: "fmt, __FUNCTION__, __LINE__, ## args)
#else
    #define DEBUG_PRINTF(fmt, args...)
#endif