Demo definice retezcu v PROGMEM

This commit is contained in:
Pavel Brychta 2019-01-24 12:35:46 +01:00
parent 28477d5f0f
commit 92a3856488

View File

@ -1,3 +1,10 @@
#include <trace.h>
#define TRACE(severity, fmt, ...) trace_print(severity, (PGM_P)PSTR(fmt), ## __VA_ARGS__)
#define TRACE_INIT trace_init()
#define TRACE_ADDWEB(srv) trace_addweb(srv)
#define TRACE_POLL trace_poll()
void setup(void)
{