mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 06:07:52 -04:00
minor edits
This commit is contained in:
parent
ec74f2a753
commit
ba991f4b09
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ void neorv32_uart_disable(void) {
|
|||
* Send single char via UART.
|
||||
*
|
||||
* @note This function is blocking.
|
||||
* @warning The 'SIMCOM_UART_OVERRIDE' compiler user flag will forward all UART TX data to the SIMCOM simulation console output.
|
||||
* @warning The 'DEVNULL_UART_OVERRIDE' compiler user flag will forward all UART TX data to the DEVNULL simulation console output.
|
||||
*
|
||||
* @param[in] c Char to be send.
|
||||
**************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue