[flasher] Fix old dfu code

This commit is contained in:
devdl11
2022-04-08 18:40:08 +02:00
parent a0caf67d7c
commit c837709801

View File

@@ -11,6 +11,6 @@ void ion_main(int argc, const char * const argv[]) {
Ion::USB::enable();
while (!Ion::USB::isEnumerated()) {
}
Ion::USB::DFU(false, false, 0);
Ion::USB::DFU(false);
}
}