remove "done" folders, label "bs/droneenter, bs/dronelook, and bs/dronevanish files and functions"
This commit is contained in:
15
src/core1/syncprintf.c
Normal file
15
src/core1/syncprintf.c
Normal file
@@ -0,0 +1,15 @@
|
||||
#include <stdarg.h>
|
||||
#include <rmon.h>
|
||||
#include <os.h>
|
||||
|
||||
void osSyncPrintf(const char *fmt, ...)
|
||||
{
|
||||
int ans;
|
||||
va_list ap;
|
||||
// these functions intentionally left blank. ifdeffed out in rom release
|
||||
}
|
||||
void rmonPrintf(const char *fmt, ...)
|
||||
{
|
||||
int ans;
|
||||
va_list ap;
|
||||
}
|
Reference in New Issue
Block a user