blob: c1f6341f9a7db09b2eaed503c3ba17e2218f5350 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#include "global.h"
// This file contains print functions that are used by fault.c, so they are placed in the fault module
void __osSyncVPrintf(UNK_TYPE4 param_1, ...) {
}
void osSyncPrintf(char* str, ...) {
}
void rmonPrintf(UNK_TYPE4 param_1, ...) {
}
|