move to ergodox-ez only

pull/677/head
Jason Green 8 years ago
parent 104ca8a5e1
commit 7009112752

@ -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…
Cancel
Save