AT command interface for mdot forced to asia interfaces

Dependencies:   MTS-Serial libmDot-mbed5

Fork of Dot-AT-Firmware by MultiTech

mts_at_debug.h

Committer:
brettsawyers
Date:
2018-05-01
Revision:
19:79c906b2c53c
Parent:
14:f9a77400b622

File content as of revision 19:79c906b2c53c:

#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