mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-22 15:20:39 +01:00
6 lines
69 B
C++
6 lines
69 B
C++
#include <ion/usb.h>
|
|
|
|
bool Ion::USB::isPlugged() {
|
|
return false;
|
|
}
|