Files
Upsilon/ion/src/simulator/usb.cpp
Émilie Feral 3261701d2d [ion] Add a method to know if the USB is plugged
Change-Id: I040ce7996bbec121c71d57a5092ffae4f5f76025
2017-04-07 14:40:34 +02:00

7 lines
70 B
C++

#include <ion/usb.h>
bool Ion::USB::isPlugged() {
return false;
}