mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 23:59:49 -04:00
uart: transmit string and hex
This commit is contained in:
parent
71b76c153d
commit
a290932034
2 changed files with 15 additions and 0 deletions
|
@ -16,5 +16,7 @@ void *get_uart_address(void); /* This is inlined in uart.c */
|
|||
|
||||
void uart_initialize(uint16_t divider);
|
||||
void uart_transmit_char(char ch);
|
||||
void uart_transmit_str(const char *str);
|
||||
void uart_transmit_hex(uint32_t value);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue