Tools: move from HAL_NO_LOGGING to HAL_LOGGING_ENABLED
This commit is contained in:
parent
42b1a0998f
commit
98753ec6dc
@ -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 += [
|
||||
|
Loading…
Reference in New Issue
Block a user