Skip to content

Commit ca4734f

Browse files
committed
fix dev name
1 parent c4361e6 commit ca4734f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/target/HGLRC_H743_WING/target.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#include "drivers/timer.h"
3333
#include "drivers/sensor.h"
3434

35-
BUSDEV_REGISTER_SPI_TAG(busdev_icm42688, DEVHW_ICM42605, ICM42605_SPI_BUS, ICM42605_CS_PIN, NONE, 0, DEVFLAGS_NONE, IMU_ICM42605_ALIGN);
35+
BUSDEV_REGISTER_SPI_TAG(busdev_icm42605, DEVHW_ICM42605, ICM42605_SPI_BUS, ICM42605_CS_PIN, NONE, 0, DEVFLAGS_NONE, IMU_ICM42605_ALIGN);
3636

3737
timerHardware_t timerHardware[] = {
3838
DEF_TIM(TIM1, CH1, PE9, TIM_USE_OUTPUT_AUTO, 0, 0),

0 commit comments

Comments
 (0)