Files
Upsilon/ion/src/shared/dummy/usb.cpp
Romain Goyet a1552b2fa1 [ion] Fix the emscripten build
Change-Id: Ia54c5de4191c47d9840854d9aad12f87a9110da3
2017-05-15 22:04:37 +02:00

6 lines
69 B
C++

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