Blame view

epsilon-master/ion/src/device/usb/dfu_xip.cpp 153 Bytes
6663b6c9   adorian   projet complet av...
1
2
3
4
5
6
7
8
9
10
11
12
  #include "calculator.h"
  #include "../device.h"
  
  namespace Ion {
  namespace USB {
  
  void DFU() {
    Ion::USB::Device::Calculator::PollAndReset(true);
  }
  
  }
  }