Initialize other pheripherals
This commit is contained in:
parent
ec4df11c61
commit
ffec0e2b57
69 changed files with 25802 additions and 620 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue