Skip to content

Commit

Permalink
AP_HAL_ChibiOS: properly enable periph IMU on CubeOrange-periph and h…
Browse files Browse the repository at this point in the history
…eavy
  • Loading branch information
bugobliterator authored and tridge committed Oct 22, 2024
1 parent b05a6c0 commit 76d6a88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ define HAL_PERIPH_ENABLE_MAG
define HAL_PERIPH_ENABLE_BARO
define HAL_PERIPH_ENABLE_RC_OUT
define HAL_PERIPH_ENABLE_NOTIFY
define HAL_PERIPH_ENABLE_IMU
define HAL_LOGGING_ENABLED TRUE

define AP_INERTIALSENSOR_ENABLED 1


# single GPS and compass for peripherals
define GPS_MAX_RECEIVERS 1
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_HAL_ChibiOS/hwdef/CubeOrange-periph/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ define HAL_PERIPH_ENABLE_MAG
define HAL_PERIPH_ENABLE_BARO
define HAL_PERIPH_ENABLE_RC_OUT
define HAL_PERIPH_ENABLE_NOTIFY
define HAL_PERIPH_ENABLE_IMU

define AP_INERTIALSENSOR_ENABLED 1
define AP_KDECAN_ENABLED 1

# single GPS and compass for peripherals
Expand Down

0 comments on commit 76d6a88

Please sign in to comment.