mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
waf: build sitl periph GPS as 64 bit
This commit is contained in:
parent
b6ae79c700
commit
cb4b27042c
@ -804,17 +804,6 @@ class sitl_periph_gps(sitl):
|
|||||||
HAL_SUPPORT_RCOUT_SERIAL = 0,
|
HAL_SUPPORT_RCOUT_SERIAL = 0,
|
||||||
AP_CAN_SLCAN_ENABLED = 0,
|
AP_CAN_SLCAN_ENABLED = 0,
|
||||||
)
|
)
|
||||||
# libcanard is written for 32bit platforms
|
|
||||||
env.CXXFLAGS += [
|
|
||||||
'-m32',
|
|
||||||
]
|
|
||||||
env.CFLAGS += [
|
|
||||||
'-m32',
|
|
||||||
]
|
|
||||||
env.LDFLAGS += [
|
|
||||||
'-m32',
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class esp32(Board):
|
class esp32(Board):
|
||||||
|
Loading…
Reference in New Issue
Block a user