1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

Standardised the use of dma descriptor (outside of int)

This commit is contained in:
blckmn 2017-01-09 22:58:50 +11:00
parent ccd07cf03e
commit b2fa0779ef
4 changed files with 16 additions and 11 deletions

View file

@ -88,6 +88,7 @@ typedef enum {
#define DMA_IT_FEIF ((uint32_t)0x00000001)
dmaIdentifier_e dmaGetIdentifier(const DMA_Stream_TypeDef* stream);
dmaChannelDescriptor_t* getDmaDescriptor(const DMA_Stream_TypeDef* stream);
#else