Moved unknown_0CE200 to the OS folder, and deleted the unicode character as it was causing compile issues all of a sudden

This commit is contained in:
Ryan Myers
2021-09-24 15:22:53 -04:00
parent ecc6909506
commit 6ed7d8866a
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ BSS_LIB_ORDER_FILES = [
BUILD_DIR + '/lib/src/os/osViMgr.o',
BUILD_DIR + '/lib/src/os/osSetEventMesg.o',
BUILD_DIR + '/lib/src/os/unknown_0CD820.o',
BUILD_DIR + '/lib/src/unknown_0CE200.o'
BUILD_DIR + '/lib/src/os/unknown_0CE200.o'
]
class GenerateLD: