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

Fixed baud rate and inversion. Added more tests

This commit is contained in:
Martin Budden 2016-11-12 12:06:39 +00:00
parent 6b53b200ae
commit 818a91b6c1
6 changed files with 151 additions and 57 deletions

View file

@ -65,6 +65,11 @@ uint8_t DMA_GetFlagStatus(void *);
void DMA_Cmd(DMA_Channel_TypeDef*, FunctionalState );
void DMA_ClearFlag(uint32_t);
typedef struct
{
void* test;
} USART_TypeDef;
#define WS2811_DMA_TC_FLAG (void *)1
#define WS2811_DMA_HANDLER_IDENTIFER 0