mirror of https://github.com/YosysHQ/icestorm.git
Indicate we run the raw usb proto, not HID
This commit is contained in:
parent
fbd51f6996
commit
33f3fca93b
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue