hwdef: default HAL_GCS_ENABLED to false on iomcu firmwares

This commit is contained in:
Peter Barker 2025-01-06 19:07:31 +11:00 committed by Andrew Tridgell
parent f46f3f4bca
commit 1f8067d8a3

View File

@ -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