This commit is contained in:
Philippe Teuwen 2019-04-06 01:00:54 +02:00
commit 26eb54b965
19 changed files with 160 additions and 160 deletions

View file

@ -51,7 +51,7 @@
//to allow debug print calls when used not on dev
//void dummy(char *fmt, ...){}
extern void Dbprintf(const char *fmt, ...);
void Dbprintf(const char *fmt, ...);
#ifndef ON_DEVICE
#include "ui.h"