Skip to content

Commit

Permalink
uart-bridge: restore clock speed
Browse files Browse the repository at this point in the history
Apparently, some boards do not support setting a higher CPU clock:
#11 (comment)

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
  • Loading branch information
Noltari committed Apr 10, 2024
1 parent ca81e5c commit 19c8d51
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions uart-bridge.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++)
Expand Down

0 comments on commit 19c8d51

Please sign in to comment.