mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 17:48:35 -04:00
hwdef: default HAL_GCS_ENABLED to false on iomcu firmwares
This commit is contained in:
parent
f46f3f4bca
commit
1f8067d8a3
@ -73,3 +73,7 @@
|
||||
#ifndef HAL_MONITOR_THREAD_ENABLED
|
||||
#define HAL_MONITOR_THREAD_ENABLED 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_GCS_ENABLED
|
||||
#define HAL_GCS_ENABLED 0
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user