Blame view

build3/ion/src/simulator/usb.cpp 70 Bytes
6663b6c9   adorian   projet complet av...
1
2
3
4
5
  #include <ion/usb.h>
  
  bool Ion::USB::isPlugged() {
    return false;
  }