Files
Upsilon/ion/src/shared/dummy/usb.cpp
2022-03-23 21:51:06 +01:00

33 lines
296 B
C++

#include <ion.h>
#include <ion/usb.h>
namespace Ion {
namespace USB {
bool isPlugged() {
return false;
}
bool isEnumerated() {
return false;
}
void clearEnumerationInterrupt() {
}
void DFU(bool, bool, int) {
}
void enable() {
}
void disable() {
}
}
}
void Ion::updateSlotInfo() {
}