mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
hwdef: remove redundant defines of OSD_PARAM_ENABLED
these boards already get this because they're minimised
This commit is contained in:
parent
abd7fa11c1
commit
bcc1670387
@ -144,7 +144,6 @@ define HAL_BOARD_TERRAIN_DIRECTORY "/APM/TERRAIN"
|
||||
|
||||
# setup for OSD
|
||||
define OSD_ENABLED 1
|
||||
define OSD_PARAM_ENABLED 0
|
||||
define HAL_OSD_TYPE_DEFAULT 1
|
||||
ROMFS_WILDCARD libraries/AP_OSD/fonts/font*.bin
|
||||
|
||||
|
@ -138,6 +138,5 @@ include ../include/minimize_features.inc
|
||||
BARO BMP280 SPI:bmp280
|
||||
|
||||
define OSD_ENABLED 1
|
||||
define OSD_PARAM_ENABLED 0
|
||||
define HAL_OSD_TYPE_DEFAULT 1
|
||||
ROMFS_WILDCARD libraries/AP_OSD/fonts/font*.bin
|
||||
|
Loading…
Reference in New Issue
Block a user