1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

Started moving F3 PWM and timers into target.c

This commit is contained in:
Martin Budden 2016-06-09 23:23:22 +01:00
parent 0bc9877e0a
commit adb6052054
16 changed files with 586 additions and 520 deletions

View file

@ -140,4 +140,11 @@ extern const uint16_t multiPWM[];
extern const uint16_t airPPM[];
extern const uint16_t airPWM[];
#ifdef CC3D
extern const uint16_t multiPPM_BP6[];
extern const uint16_t multiPWM_BP6[];
extern const uint16_t airPPM_BP6[];
extern const uint16_t airPWM_BP6[];
#endif
pwmOutputConfiguration_t *pwmGetOutputConfiguration(void);