Browse Source

HAL_ChibiOs: add default support for board versions with ICM20602

master
vierfuffzig 6 years ago committed by Andrew Tridgell
parent
commit
f8d43bc96b
  1. 3
      libraries/AP_HAL_ChibiOS/hwdef/MatekF405-STD/hwdef-bl.dat
  2. 6
      libraries/AP_HAL_ChibiOS/hwdef/MatekF405-STD/hwdef.dat

3
libraries/AP_HAL_ChibiOS/hwdef/MatekF405-STD/hwdef-bl.dat

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# adds default support for board versions with ICM20602
include ../MatekF405/hwdef-bl.dat

6
libraries/AP_HAL_ChibiOS/hwdef/MatekF405-STD/hwdef.dat

@ -0,0 +1,6 @@ @@ -0,0 +1,6 @@
# adds default support for board versions with ICM20602
include ../MatekF405/hwdef.dat
undefine HAL_INS_DEFAULT_ROTATION ROTATION_YAW_180
define HAL_INS_DEFAULT_ROTATION ROTATION_YAW_90
Loading…
Cancel
Save