mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-01-11 18:33:16 +01:00
10 lines
112 B
C
10 lines
112 B
C
|
|
#include "atom.h"
|
|
|
|
|
|
/*
|
|
* Perform UART startup initialization.
|
|
*/
|
|
int uart_init(uint32_t baudrate);
|
|
|