diff options
| author | cadmic <cadmic24@gmail.com> | 2025-01-10 09:47:55 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-10 18:47:55 +0100 |
| commit | e4ad4e5eeefd27fe67b7f29fbac884a7d8a986d2 (patch) | |
| tree | 20579a049afeedd10a8a74f7e333798fa90c0835 /src/boot/is_debug_ique.c | |
| parent | 26f91bd3bb51bcac0dc06f21f345beedfe663bcb (diff) | |
[iQue] Match remaining src/boot files (#2417)
* [iQue] Match remaining src/boot files
* Fix debug ROM
* Use -funsigned-char
* Sort ique before gc in LNx macros
Diffstat (limited to 'src/boot/is_debug_ique.c')
| -rw-r--r-- | src/boot/is_debug_ique.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/boot/is_debug_ique.c b/src/boot/is_debug_ique.c new file mode 100644 index 000000000..a78fef823 --- /dev/null +++ b/src/boot/is_debug_ique.c @@ -0,0 +1,8 @@ +void osSyncPrintfUnused() { +} + +void osSyncPrintf() { +} + +void rmonPrintf() { +} |
