Skip to content

Commit

Permalink
move to ergodox-ez only
Browse files Browse the repository at this point in the history
  • Loading branch information
SmackleFunky committed Aug 23, 2016
1 parent 104ca8a commit 7009112
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tmk_core/protocol/lufa/lufa.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7009112

Please sign in to comment.