mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-24 05:45:59 +08:00
[fix][stm32] add include of nvic to hmc5943, test imu_b2_v1.2 with HMC5843_USE_INT
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
<subsystem name="stabilization" type="euler"/>
|
||||
<subsystem name="ahrs" type="int_cmpl_quat"/>
|
||||
<subsystem name="ins"/>
|
||||
<define name="HMC5843_USE_INT"/>
|
||||
</firmware>
|
||||
|
||||
<!--
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
|
||||
#include <libopencm3/stm32/f1/gpio.h>
|
||||
#include <libopencm3/stm32/f1/rcc.h>
|
||||
#include <libopencm3/stm32/f1/nvic.h>
|
||||
#include <libopencm3/stm32/spi.h>
|
||||
#include <libopencm3/stm32/exti.h>
|
||||
#include "mcu_periph/i2c.h"
|
||||
|
||||
Reference in New Issue
Block a user