mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
AP_HAL_ChibiOS: include correct wrappers
This commit is contained in:
parent
30f944b921
commit
b864cd6ae6
@ -49,9 +49,9 @@ ifeq ($(USE_SMART_BUILD),)
|
||||
USE_SMART_BUILD = no
|
||||
endif
|
||||
|
||||
ifeq ($(USE_FATFS),)
|
||||
USE_FATFS = yes
|
||||
FATFS_FLAGS=-DUSE_FATFS
|
||||
include $(CHIBIOS)/os/various/cpp_wrappers/chcpp.mk
|
||||
ifeq ($(USE_FATFS),yes)
|
||||
include $(CHIBIOS)/os/various/fatfs_bindings/fatfs.mk
|
||||
endif
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user