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