mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
7 lines
106 B
C
7 lines
106 B
C
#include <osapi.h>
|
|
|
|
#ifdef RELEASE
|
|
#undef os_printf
|
|
#define os_printf(format, ...) do { } while(0)
|
|
#endif
|