summaryrefslogtreecommitdiff
path: root/src/uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uart.h')
-rw-r--r--src/uart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uart.h b/src/uart.h
index 0dd2864..c3b91db 100644
--- a/src/uart.h
+++ b/src/uart.h
@@ -52,7 +52,7 @@ void uart_write(uint8_t byte);
* until there is data to consume.
*
* If successful, return 0. If another thread is already waiting for data,
- * ERROR_BUSY is returned.
+ * EBUSY is returned.
*
* Preemption must be enabled when calling this function.
*/