diff options
Diffstat (limited to 'tmk_core/protocol')
| -rw-r--r-- | tmk_core/protocol/lufa/lufa.c | 2 |
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)) | 884 | void virtser_recv(uint8_t c) __attribute__ ((weak)); |
| 885 | void virtser_recv(uint8_t c) | 885 | void virtser_recv(uint8_t c) |
| 886 | { | 886 | { |
| 887 | // Ignore by default | 887 | // Ignore by default |
