diff options
Diffstat (limited to 'src/boot_O2_g3/syncprintf.c')
| -rw-r--r-- | src/boot_O2_g3/syncprintf.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/boot_O2_g3/syncprintf.c b/src/boot_O2_g3/syncprintf.c deleted file mode 100644 index 1cbceb595..000000000 --- a/src/boot_O2_g3/syncprintf.c +++ /dev/null @@ -1,11 +0,0 @@ -#include "global.h" - -// This isn't a vprintf since it doesn't take a va_list -void __osSyncVPrintf(const char* fmt, ...) { -} - -void osSyncPrintf(const char* fmt, ...) { -} - -void rmonPrintf(const char* fmt, ...) { -} |
