mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Remove erroneous whitespace
Co-authored-by: Jan Post <Rm2k-Freak@web.de>
This commit is contained in:
parent
25023bb3a2
commit
cb701814f1
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@
|
|||
|
||||
#define MOTOR_DSHOT_FRAME_BITS 16
|
||||
|
||||
|
||||
#define MOTOR_DSHOT_FRAME_TIME_NS(rate) ((MOTOR_DSHOT_FRAME_BITS / MOTOR_DSHOT_BIT_PER_SYMBOL) * MOTOR_DSHOT_SYMBOL_TIME_NS(rate))
|
||||
|
||||
#define MOTOR_DSHOT_TELEMETRY_WINDOW_US (30000 + MOTOR_DSHOT_FRAME_TIME_NS(rate) * (1.1)) / 1000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue