usart working... when debugged...

This commit is contained in:
Philippe Teuwen
2019-04-20 19:17:32 +02:00
parent 7ca1e98776
commit 6e744043f5
9 changed files with 162 additions and 118 deletions

View File

@@ -103,6 +103,7 @@ bool uart_set_speed(serial_port sp, const uint32_t uiPortSpeed);
/* Gets the current speed of the serial port, in baud.
*/
uint32_t uart_get_speed(const serial_port sp);
extern uint32_t uart_speed;
#endif // _UART_H_