mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 22:05:17 +03:00
OMNIBUS Support, and updates to filenames etc for cleanliness
This commit is contained in:
parent
631408e90b
commit
9f742b017d
12 changed files with 65 additions and 46 deletions
|
@ -57,7 +57,7 @@ typedef struct {
|
|||
const timerHardware_t *timerHardware;
|
||||
uint16_t value;
|
||||
uint16_t timerDmaSource;
|
||||
#if defined(STM32F4)
|
||||
#if defined(STM32F3) || defined(STM32F4)
|
||||
uint32_t dmaBuffer[MOTOR_DMA_BUFFER_SIZE];
|
||||
#else
|
||||
uint8_t dmaBuffer[MOTOR_DMA_BUFFER_SIZE];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue