Demo definice retezcu v PROGMEM
This commit is contained in:
parent
28477d5f0f
commit
92a3856488
@ -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)
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user