1272 driver for lorawan, which is compatible with current mbed-os
Dependents: LoRaWAN-demo-72-bootcamp
Fork of SX1272Lib by
Diff: debug/debug.h
- Revision:
- 8:3f3d884e05ad
- Parent:
- 0:45c4f0364ca4
--- a/debug/debug.h Mon Apr 24 09:26:08 2017 +0000 +++ b/debug/debug.h Tue Jan 30 22:44:23 2018 +0000 @@ -30,7 +30,7 @@ * * @param format printf-style format string, followed by variables */ -static inline void debug(const char *format, ...) { +static inline void debug_(const char *format, ...) { va_list args; va_start(args, format); vfprintf(stderr, format, args);