1
0
mirror of https://github.com/whowechina/iidx_pico.git synced 2025-02-20 04:21:01 +01:00

Better polling rate

This commit is contained in:
whowechina 2025-01-04 23:20:20 +08:00
parent 15d004c81a
commit 398747d5aa
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -130,7 +130,7 @@ static void core0_loop()
cli_fps_count(0);
sleep_until(next_frame);
next_frame = make_timeout_time_us(1000);
next_frame += 1001;
}
}