mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Preparation for conversion to parameter groups 10
This commit is contained in:
parent
ba6f3a0046
commit
90c8ed5e3e
14 changed files with 63 additions and 70 deletions
|
@ -26,6 +26,9 @@
|
|||
#include "timer.h"
|
||||
#include "pwm_output.h"
|
||||
|
||||
#include "flight/mixer.h" //!!TODO remove dependency on this
|
||||
#include "flight/servos.h" //!!TODO remove dependency on this
|
||||
|
||||
#define MULTISHOT_5US_PW (MULTISHOT_TIMER_MHZ * 5)
|
||||
#define MULTISHOT_20US_MULT (MULTISHOT_TIMER_MHZ * 20 / 1000.0f)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue