refractor app_os_prio.h

This commit is contained in:
hathach
2014-03-06 11:27:22 +07:00
parent de7437852b
commit dcc58a7afc
19 changed files with 540 additions and 585 deletions
@@ -73,7 +73,7 @@ void board_init(void)
UART_CFG_Type UARTConfigStruct;
UART_ConfigStructInit(&UARTConfigStruct);
UARTConfigStruct.Baud_rate = CFG_UART_BAUDRATE;
UARTConfigStruct.Baud_rate = CFG_UART_BAUDRATE;
UARTConfigStruct.Clock_Speed = 0;
UART_Init(BOARD_UART_PORT, &UARTConfigStruct);