We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4361e6 commit ca4734fCopy full SHA for ca4734f
src/main/target/HGLRC_H743_WING/target.c
@@ -32,7 +32,7 @@
32
#include "drivers/timer.h"
33
#include "drivers/sensor.h"
34
35
-BUSDEV_REGISTER_SPI_TAG(busdev_icm42688, DEVHW_ICM42605, ICM42605_SPI_BUS, ICM42605_CS_PIN, NONE, 0, DEVFLAGS_NONE, IMU_ICM42605_ALIGN);
+BUSDEV_REGISTER_SPI_TAG(busdev_icm42605, DEVHW_ICM42605, ICM42605_SPI_BUS, ICM42605_CS_PIN, NONE, 0, DEVFLAGS_NONE, IMU_ICM42605_ALIGN);
36
37
timerHardware_t timerHardware[] = {
38
DEF_TIM(TIM1, CH1, PE9, TIM_USE_OUTPUT_AUTO, 0, 0),
0 commit comments