mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 08:23:56 -04:00
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,
|
HAL_RAM_RESERVE_START = 0,
|
||||||
APJ_BOARD_ID = 100,
|
APJ_BOARD_ID = 100,
|
||||||
HAL_NO_GCS = 1,
|
HAL_NO_GCS = 1,
|
||||||
HAL_NO_LOGGING = 1,
|
HAL_LOGGING_ENABLED = 0,
|
||||||
)
|
)
|
||||||
# libcanard is written for 32bit platforms
|
# libcanard is written for 32bit platforms
|
||||||
env.CXXFLAGS += [
|
env.CXXFLAGS += [
|
||||||
|
Loading…
Reference in New Issue
Block a user