mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: remove GCS.h from header files
This commit is contained in:
parent
006fb6f60b
commit
c7f08e422c
|
@ -2960,6 +2960,11 @@ def add_bootloader_defaults(f):
|
|||
#define HAL_GYROFFT_ENABLED 0
|
||||
#endif
|
||||
|
||||
// bootloaders don't talk to the GCS:
|
||||
#ifndef HAL_GCS_ENABLED
|
||||
#define HAL_GCS_ENABLED 0
|
||||
#endif
|
||||
|
||||
#define HAL_MAX_CAN_PROTOCOL_DRIVERS 0
|
||||
''')
|
||||
|
||||
|
|
Loading…
Reference in New Issue