summaryrefslogtreecommitdiff
path: root/digital/avr/modules/uart/uart_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/avr/modules/uart/uart_common.h')
-rw-r--r--digital/avr/modules/uart/uart_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/digital/avr/modules/uart/uart_common.h b/digital/avr/modules/uart/uart_common.h
index 4704f59c..ffd49f19 100644
--- a/digital/avr/modules/uart/uart_common.h
+++ b/digital/avr/modules/uart/uart_common.h
@@ -40,6 +40,7 @@
#define uart_error_code uart (error_code)
#define uart_getc uart (getc)
#define uart_init uart (init)
+#define uart_set_speed uart (set_speed)
#define uart_poll uart (poll)
#define uart_putc uart (putc)
#define uart_recv_buffer uart (recv_buffer)