Fix linux-baremetal build
This commit is contained in:
+2
-2
@@ -31,11 +31,11 @@
|
||||
#endif
|
||||
|
||||
#ifdef TARGET_LINUX_BAREMETAL
|
||||
#define MAIN int main(int argc, char *argv[])
|
||||
#define MAIN void os_main(void)
|
||||
#define PRINT(fmt, ...)
|
||||
#define PRINT_ERROR(fmt, ...)
|
||||
#define PRINT_SUCCESS(fmt, ...)
|
||||
#define RET(val) return val
|
||||
#define RET(val) return
|
||||
#endif
|
||||
|
||||
#ifdef TARGET_LINUX
|
||||
|
||||
Reference in New Issue
Block a user