bugfix: Pico W build.

This commit is contained in:
Antti Pohjola
2026-05-13 14:04:56 +03:00
parent bbf50b09eb
commit 9cf52a0665
4 changed files with 19 additions and 5 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ void tud_hid_set_report_cb(uint8_t itf, uint8_t report_id, hid_report_type_t rep
int main() {
vreg_set_voltage(VREG_VOLTAGE_1_20);
sleep_ms(1000);
set_sys_clock_khz(320000, true);
set_sys_clock_khz(SYS_CLOCK_KHZ, true);
board_init();
tusb_rhport_init_t dev_init = {