1
0
Fork 0

move to ergodox-ez only

This commit is contained in:
Jason Green 2016-08-23 07:02:44 +00:00
parent 104ca8a5e1
commit 7009112752
4 changed files with 1 additions and 1 deletions

View File

@ -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