mirror of
https://github.com/Noltari/pico-uart-bridge.git
synced 2024-12-26 17:26:07 +00:00
uart-bridge: restore clock speed
Apparently, some boards do not support setting a higher CPU clock: https://github.com/Noltari/pico-uart-bridge/issues/11#issuecomment-2048104347 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
2f05798e36
commit
b74af3b0d8
|
@ -301,8 +301,6 @@ int main(void)
|
|||
{
|
||||
int itf;
|
||||
|
||||
set_sys_clock_khz(250000, false);
|
||||
|
||||
usbd_serial_init();
|
||||
|
||||
for (itf = 0; itf < CFG_TUD_CDC; itf++)
|
||||
|
|
Loading…
Reference in a new issue