mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-01 11:13:58 -04:00
7 lines
203 B
Plaintext
7 lines
203 B
Plaintext
# Stub the sensors out for now, at least we can build and run
|
|
define HAL_INS_DEFAULT HAL_INS_NONE
|
|
define HAL_BARO_DEFAULT HAL_BARO_NONE
|
|
|
|
# only external compasses
|
|
define HAL_PROBE_EXTERNAL_I2C_COMPASSES
|