hwdef: make a skyviper.inc, use it on skyviper-journey
This commit is contained in:
parent
44477c3b62
commit
1f3b4c47a0
4
libraries/AP_HAL_ChibiOS/hwdef/include/skyviper.inc
Normal file
4
libraries/AP_HAL_ChibiOS/hwdef/include/skyviper.inc
Normal file
@ -0,0 +1,4 @@
|
||||
# include file for SkyViper boards. Move things in from
|
||||
# skyviper-v2450/hwdef.dat as required.
|
||||
|
||||
define AP_AIRSPEED_ENABLED 0
|
@ -134,6 +134,7 @@ env BUILD_ABIN True
|
||||
define AP_PARAM_MAX_EMBEDDED_PARAM 8192
|
||||
|
||||
# Disable un-needed hardware drivers
|
||||
include ../include/skyviper.inc
|
||||
define HAL_WITH_ESC_TELEM 0
|
||||
define AP_FETTEC_ONEWIRE_ENABLED 0
|
||||
|
||||
|
@ -68,6 +68,7 @@ STORAGE_FLASH_PAGE 22
|
||||
env BUILD_ABIN True
|
||||
|
||||
# Disable un-needed hardware drivers
|
||||
include ../include/skyviper.inc
|
||||
define AP_AIRSPEED_ENABLED 0
|
||||
define AP_BEACON_ENABLED 0
|
||||
define AP_OPTICALFLOW_ENABLED 0
|
||||
|
Loading…
Reference in New Issue
Block a user