not needed

This commit is contained in:
Andrey 2023-05-31 23:45:22 -04:00
parent a770b75ce2
commit d7a76086e3
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
ARTERY_CONTRIB = $(BOARD_DIR)/OS
USE_LIS302 = no
USE_FATFS = no

View File

@ -1,4 +1,4 @@
MCU = cortex-m4
HW_LAYER_EMS_CPP += $(ARTERY_CONTRIB)/../mpu_util.cpp
HW_LAYER_EMS_CPP += $(BOARD_DIR)/mpu_util.cpp