move to ergodox-ez only
This commit is contained in:
parent
104ca8a5e1
commit
7009112752
4 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue