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:
parent
0bc9877e0a
commit
adb6052054
16 changed files with 586 additions and 520 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue