AP_HAL_ChibiOS: include correct wrappers

This commit is contained in:
Tom Pittenger 2018-03-26 16:56:01 -07:00 committed by Andrew Tridgell
parent 30f944b921
commit b864cd6ae6

View File

@ -49,9 +49,9 @@ ifeq ($(USE_SMART_BUILD),)
USE_SMART_BUILD = no USE_SMART_BUILD = no
endif endif
ifeq ($(USE_FATFS),) include $(CHIBIOS)/os/various/cpp_wrappers/chcpp.mk
USE_FATFS = yes ifeq ($(USE_FATFS),yes)
FATFS_FLAGS=-DUSE_FATFS include $(CHIBIOS)/os/various/fatfs_bindings/fatfs.mk
endif endif
# #