Rename xprintf and printf files. I accidentally used the xprintf name in the wrong place, and don't want to cause confusion with libreultra and others

This commit is contained in:
Ryan Myers
2021-09-27 14:11:43 -04:00
parent 33b949126b
commit bc6f4fce29
20 changed files with 321 additions and 321 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ BUILD_DIR = 'build/' + VERSION
LATE_DATA_FILES = [
BUILD_DIR + '/lib/src/al/alCopy.o',
BUILD_DIR + '/lib/src/printf.o',
BUILD_DIR + '/lib/src/libc/xprintf.o',
BUILD_DIR + '/lib/src/os/osTimer.o',
BUILD_DIR + '/lib/src/unknown_0D3020.o'
]