diff options
author | Jason Green <jason@jasg.org> | 2016-08-23 07:02:44 +0000 |
---|---|---|
committer | Jason Green <jason@jasg.org> | 2016-08-23 07:04:55 +0000 |
commit | 7009112752ed0729b9c20382c936a8d373062ada (patch) | |
tree | 77aa0a3c49e22f2ab8ab896a6854a1b34cd8b94a /tmk_core | |
parent | 104ca8a5e1a9f3a30c0fa149556b5424684905dd (diff) |
move to ergodox-ez only
Diffstat (limited to 'tmk_core')
-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 af73f34d7b..9b201374a2 100644 --- a/tmk_core/protocol/lufa/lufa.c +++ b/tmk_core/protocol/lufa/lufa.c @@ -881,7 +881,7 @@ void virtser_init(void) CDC_Device_SendControlLineStateChange(&cdc_device); } -__attribute__ ((weak)) +void virtser_recv(uint8_t c) __attribute__ ((weak)); void virtser_recv(uint8_t c) { // Ignore by default |