Indicate we run the raw usb proto, not HID

This commit is contained in:
Daniel Lublin 2023-02-15 13:38:32 +01:00
parent fbd51f6996
commit 33f3fca93b
1 changed files with 6 additions and 5 deletions

View File

@ -291,8 +291,9 @@ void rpi_pico_interface_init() {
usb_exit(-1); usb_exit(-1);
} }
led_set(true); printf("This iceprog has raw power!\n");
led_set(true);
pin_set_direction(PIN_POWER, true); pin_set_direction(PIN_POWER, true);
pin_set_direction(PIN_SCK, true); pin_set_direction(PIN_SCK, true);