mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[flasher] Fix old dfu code
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user