Skip to content

Commit

Permalink
AP_HAL_ChibiOS:add back displayport for KakuteF7
Browse files Browse the repository at this point in the history
  • Loading branch information
Hwurzburg committed Oct 11, 2022
1 parent 3e8e846 commit 1ec0e25
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libraries/AP_HAL_ChibiOS/hwdef/KakuteF7/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,13 @@ define HAL_PARACHUTE_ENABLED 0
define HAL_SPRAYER_ENABLED 0

# save FLASH, but leave above when flash issue is fixed

include ../include/minimize_features.inc

undef HAL_WITH_MSP_DISPLAYPORT
define HAL_WITH_MSP_DISPLAYPORT 1
undef HAL_MSP_ENABLED
define HAL_MSP_ENABLED 1

# reduce max size of embedded params for apj_tool.py
define AP_PARAM_MAX_EMBEDDED_PARAM 1024

0 comments on commit 1ec0e25

Please sign in to comment.