diff --git a/ion/src/device/shared/usb/flasher.cpp b/ion/src/device/shared/usb/flasher.cpp index 71cebf261..2412529a3 100644 --- a/ion/src/device/shared/usb/flasher.cpp +++ b/ion/src/device/shared/usb/flasher.cpp @@ -1,4 +1,4 @@ -#include "../regs/regs.h" +#include #include "../usb/calculator.h" #include @@ -8,6 +8,6 @@ void ion_main(int argc, char * argv[]) { Ion::USB::enable(); while (!Ion::USB::isEnumerated()) { } - Ion::USB::Device::Calculator::PollAndReset(false); + Ion::Device::USB::Calculator::PollAndReset(false); } }