c: __osSiRawReadIo, __osSiRawWriteIo

This commit is contained in:
Mittenshugg
2020-08-04 15:57:18 -05:00
parent 111972f9da
commit 90dc1f3056
7 changed files with 36 additions and 109 deletions
+2
View File
@@ -190,6 +190,8 @@ $(BUILD_DIR)/lib/src/osSendMesg.o : OPT_FLAGS := -O1
$(BUILD_DIR)/lib/src/osSetEventMesg.o: OPT_FLAGS := -O1
$(BUILD_DIR)/lib/src/osSetTime.o: OPT_FLAGS := -O1
$(BUILD_DIR)/lib/src/osSetTimer.o: OPT_FLAGS := -O1
$(BUILD_DIR)/lib/src/__osSiRawReadIo.o: OPT_FLAGS := -O1
$(BUILD_DIR)/lib/src/__osSiRawWriteIo.o: OPT_FLAGS := -O1
$(BUILD_DIR)/lib/src/osStartThread.o: OPT_FLAGS := -O1
$(BUILD_DIR)/lib/src/osStopThread.o: OPT_FLAGS := -O1
$(BUILD_DIR)/lib/src/osTimer.o: OPT_FLAGS := -O1