diff --git a/firmware/hw_layer/hardware.cpp b/firmware/hw_layer/hardware.cpp index 7912685a86..85ed26ca09 100644 --- a/firmware/hw_layer/hardware.cpp +++ b/firmware/hw_layer/hardware.cpp @@ -24,6 +24,8 @@ #include "mpu_util.h" #if EFI_PROD_CODE +//#include "usb_msd.h" + #include "AdcConfiguration.h" #include "electronic_throttle.h" #include "board_test.h" @@ -449,6 +451,9 @@ void initHardware(Logging *l) { addConsoleActionII("i2c", sendI2Cbyte); #endif + +// USBMassStorageDriver UMSD1; + // while (true) { // for (int addr = 0x20; addr < 0x28; addr++) { // sendI2Cbyte(addr, 0);