mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
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);
|
CDC_Device_SendControlLineStateChange(&cdc_device);
|
||||||
}
|
}
|
||||||
|
|
||||||
__attribute__ ((weak))
|
void virtser_recv(uint8_t c) __attribute__ ((weak));
|
||||||
void virtser_recv(uint8_t c)
|
void virtser_recv(uint8_t c)
|
||||||
{
|
{
|
||||||
// Ignore by default
|
// Ignore by default
|
||||||
|
|
Loading…
Reference in a new issue