AP_HAL_ChibiOS: move definition of HAL_HOTT_TELEM_ENABLED to minimise include file

This commit is contained in:
Peter Barker 2022-11-02 20:14:49 +11:00 committed by Peter Barker
parent 85e5e7181f
commit 7b93bdd7fd

View File

@ -29,3 +29,6 @@ define AP_NOTIFY_NCP5623_ENABLED 0
# Soaring is off by defauult on of smaller boards.
define HAL_SOARING_ENABLED 0
# HOTT telemetry is quite rare, so we don't include it on smaller boards
define HAL_HOTT_TELEM_ENABLED 0