mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Missing defines. Note: requires SPI rework
This commit is contained in:
parent
0da446f351
commit
bb24508877
2 changed files with 6 additions and 4 deletions
|
@ -76,6 +76,7 @@ typedef enum {DISABLE = 0, ENABLE = !DISABLE} FunctionalState;
|
|||
#define DMA_DATA_ZERO_INIT
|
||||
#define DMA_DATA
|
||||
#define STATIC_DMA_DATA_AUTO static
|
||||
#define FAST_IRQ_HANDLER
|
||||
|
||||
#define DEFAULT_CPU_OVERCLOCK 0
|
||||
#define TASK_GYROPID_DESIRED_PERIOD 125 // 125us = 8kHz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue