mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-30 04:00:02 +02:00
[ion] Add dummy USB functions
Change-Id: Id67dd947997a2812dd718fdf1ded2f3a2b68ff48
This commit is contained in:
@@ -4,8 +4,18 @@ bool Ion::USB::isPlugged() {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool Ion::USB::isEnumerated() {
|
||||
return false;
|
||||
}
|
||||
|
||||
void Ion::USB::removeSoftDisconnect() {
|
||||
}
|
||||
|
||||
void Ion::USB::DFU() {
|
||||
}
|
||||
|
||||
void Ion::USB::enable() {
|
||||
}
|
||||
|
||||
void Ion::USB::disable() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user