mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-20 14:20:39 +01:00
[DFU] Fix simulators
This commit is contained in:
@@ -15,7 +15,7 @@ bool isEnumerated() {
|
||||
void clearEnumerationInterrupt() {
|
||||
}
|
||||
|
||||
void DFU(bool, bool, int) {
|
||||
void DFU(bool, void*) {
|
||||
}
|
||||
|
||||
void enable() {
|
||||
|
||||
@@ -13,7 +13,7 @@ bool Ion::USB::isEnumerated() {
|
||||
void Ion::USB::clearEnumerationInterrupt() {
|
||||
}
|
||||
|
||||
void Ion::USB::DFU(bool, bool, int) {
|
||||
void Ion::USB::DFU(bool, void *) {
|
||||
}
|
||||
|
||||
void Ion::USB::enable() {
|
||||
|
||||
Reference in New Issue
Block a user