1
0
Fork 0
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:
blckmn 2016-10-18 20:27:45 +11:00
parent 631408e90b
commit 9f742b017d
12 changed files with 65 additions and 46 deletions

View file

@ -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];