sw: main: remove usb_sync() call

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2019-03-05 15:50:08 +08:00
parent 7f30d7f79b
commit ce071dac67
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ static void rv_putchar(void *ignored, char c)
if (c == '\r')
return;
uart_write(c);
// uart_sync();
}
static void init(void)