Initialize other pheripherals

This commit is contained in:
Attila Body 2019-10-07 11:47:37 +02:00
parent ec4df11c61
commit ffec0e2b57
69 changed files with 25802 additions and 620 deletions

View file

@ -60,7 +60,7 @@ typedef struct {
UARTBUFFER rxBuffers[2];
} UARTSTATUS;
#define STARTMARKER 0xa5
#define STARTMARKER 0x95
void InitUartStatus(
UARTSTATUS *st, USART_TypeDef *uart, DMA_TypeDef *dma,