mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Remove unused typedefs for DMA stream/channel
This commit is contained in:
parent
d2f3b48b45
commit
b9dcd60f45
2 changed files with 0 additions and 8 deletions
|
@ -25,12 +25,6 @@
|
|||
#include <string.h>
|
||||
#endif
|
||||
|
||||
#if defined(STM32F4) || defined(STM32F7) || defined(STM32H7)
|
||||
typedef DMA_Stream_TypeDef dmaStream_t;
|
||||
#else
|
||||
typedef DMA_Channel_TypeDef dmaStream_t;
|
||||
#endif
|
||||
|
||||
extern FAST_RAM_ZERO_INIT uint8_t dmaMotorTimerCount;
|
||||
#if defined(STM32F7) || defined(STM32H7)
|
||||
extern FAST_RAM_ZERO_INIT motorDmaTimer_t dmaMotorTimers[MAX_DMA_TIMERS];
|
||||
|
|
|
@ -38,8 +38,6 @@
|
|||
|
||||
#include "transponder_ir.h"
|
||||
|
||||
typedef DMA_Stream_TypeDef dmaStream_t;
|
||||
|
||||
volatile uint8_t transponderIrDataTransferInProgress = 0;
|
||||
|
||||
static IO_t transponderIO = IO_NONE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue