aboutsummaryrefslogtreecommitdiffstats
path: root/src/avr/usbserial.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/avr/usbserial.c')
-rw-r--r--src/avr/usbserial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/avr/usbserial.c b/src/avr/usbserial.c
index 4cf1bd0f..3b14ea0a 100644
--- a/src/avr/usbserial.c
+++ b/src/avr/usbserial.c
@@ -14,7 +14,7 @@ static char receive_buf[USBSERIAL_BUFFER_SIZE];
static uint8_t receive_pos;
static char transmit_buf[USBSERIAL_BUFFER_SIZE];
-static void
+void
usbserial_init(void)
{
usb_init();