aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/protocol
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/protocol')
-rw-r--r--tmk_core/protocol/lufa/lufa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol/lufa/lufa.c b/tmk_core/protocol/lufa/lufa.c
index af73f34d7..9b201374a 100644
--- a/tmk_core/protocol/lufa/lufa.c
+++ b/tmk_core/protocol/lufa/lufa.c
@@ -881,7 +881,7 @@ void virtser_init(void)
881 CDC_Device_SendControlLineStateChange(&cdc_device); 881 CDC_Device_SendControlLineStateChange(&cdc_device);
882} 882}
883 883
884__attribute__ ((weak)) 884void virtser_recv(uint8_t c) __attribute__ ((weak));
885void virtser_recv(uint8_t c) 885void virtser_recv(uint8_t c)
886{ 886{
887 // Ignore by default 887 // Ignore by default