aboutsummaryrefslogtreecommitdiffstats
path: root/src/avr/serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/avr/serial.c')
-rw-r--r--src/avr/serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/avr/serial.c b/src/avr/serial.c
index 8628b602..3aff121f 100644
--- a/src/avr/serial.c
+++ b/src/avr/serial.c
@@ -25,7 +25,7 @@ static uint8_t transmit_pos, transmit_max;
DECL_CONSTANT(SERIAL_BAUD, CONFIG_SERIAL_BAUD);
-static void
+void
serial_init(void)
{
if (CONFIG_SERIAL_BAUD_U2X) {