Tools: move from HAL_NO_LOGGING to HAL_LOGGING_ENABLED

This commit is contained in:
Peter Barker 2021-05-17 16:51:38 +10:00 committed by Andrew Tridgell
parent 42b1a0998f
commit 98753ec6dc

View File

@ -548,7 +548,7 @@ class sitl_periph_gps(sitl):
HAL_RAM_RESERVE_START = 0,
APJ_BOARD_ID = 100,
HAL_NO_GCS = 1,
HAL_NO_LOGGING = 1,
HAL_LOGGING_ENABLED = 0,
)
# libcanard is written for 32bit platforms
env.CXXFLAGS += [