Explorar el Código

Third time's a charm?

Alex Perez hace 3 años
padre
commit
5a667edbb6
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  1. 2 3
      lib/SCSI2SD/src/firmware/mode.c

+ 2 - 3
lib/SCSI2SD/src/firmware/mode.c

@@ -241,9 +241,8 @@ static const uint8_t SequentialDeviceConfigPage[] =
 static const uint8_t AppleVendorPage[] =
 {
 0x30, // Page code
-28, // Page length
-0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
-'A','P','P','L','E',' ','C','O','M','P','U','T','E','R',',',' ','I','N','C',' ',' ',' ',0x00,0x00
+23, // Page length
+'A','P','P','L','E',' ','C','O','M','P','U','T','E','R',',',' ','I','N','C',' ',' ',' ',0x00
 };
 
 static void pageIn(int pc, int dataIdx, const uint8_t* pageData, int pageLen)