|
|
@ -6,6 +6,8 @@ Copyright (C) 2016-2017 by Xose Pérez <xose dot perez at gmail dot com> |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
#if DEBUG_SERIAL_SUPPORT || DEBUG_UDP_SUPPORT
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdarg.h>
|
|
|
|
|
|
|
@ -72,3 +74,5 @@ void debugSend_P(PGM_P format, ...) { |
|
|
|
#endif
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
#endif // DEBUG_SERIAL_SUPPORT || DEBUG_UDP_SUPPORT
|