mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Fixed current updates and review comments
This commit is contained in:
parent
16178a0662
commit
9fe84c0ff2
5 changed files with 61 additions and 45 deletions
|
@ -52,6 +52,10 @@ typedef enum {
|
|||
#define PWM_BRUSHED_TIMER_MHZ 24
|
||||
#endif
|
||||
|
||||
#ifdef USE_DSHOT
|
||||
#define MAX_DSHOT_MOTORS 4
|
||||
#endif
|
||||
|
||||
#define MOTOR_DMA_BUFFER_SIZE 18 /* resolution + frame reset (2us) */
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue