Browse Source

Add IFLIGHT_H743_AIO_V2 to unoficial releases

master
Pawel Spychalski (DzikuVx) 3 years ago
parent
commit
b4a2f789dd
  1. 2
      src/main/target/IFLIGHT_H743_AIO_V2/CMakeLists.txt
  2. 2
      src/main/target/IFLIGHT_H743_AIO_V2/target.c

2
src/main/target/IFLIGHT_H743_AIO_V2/CMakeLists.txt

@ -1 +1 @@
target_stm32h743xi(IFLIGHT_H743_AIO_V2)
target_stm32h743xi(IFLIGHT_H743_AIO_V2 SKIP_RELEASES)

2
src/main/target/IFLIGHT_H743_AIO_V2/target.c

@ -26,7 +26,7 @@
#include "drivers/pinio.h"
#include "drivers/sensor.h"
const timerHardware_t timerHardware[] = {
timerHardware_t timerHardware[] = {
DEF_TIM(TIM3, CH3, PB0, TIM_USE_MC_MOTOR | TIM_USE_FW_MOTOR, 0, 0), // M1
DEF_TIM(TIM3, CH4, PB1, TIM_USE_MC_MOTOR | TIM_USE_FW_MOTOR, 0, 1), // M2
DEF_TIM(TIM3, CH1, PB4, TIM_USE_MC_MOTOR | TIM_USE_FW_MOTOR, 0, 2), // M3

Loading…
Cancel
Save