This commit is contained in:
parent
8d931d163f
commit
d1ecf56a3b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue