mirror of
https://github.com/fhgwright/SCSI2SD.git
synced 2025-02-06 15:29:56 +00:00
Fix up crashing firmware
This commit is contained in:
parent
0c3d1bcdd3
commit
ac604b2b0c
@ -60,10 +60,10 @@ S2S_Device** s2s_GetDevices(int* count)
|
||||
|
||||
#ifdef NOR_SPI_DATA_WIDTH
|
||||
*count = 2;
|
||||
allDevices[0] = spiFlashDevice;
|
||||
allDevices[1] = spiFlashDevice;
|
||||
#endif
|
||||
|
||||
return &allDevices;
|
||||
return allDevices;
|
||||
}
|
||||
|
||||
void s2s_deviceEarlyInit()
|
||||
|
Loading…
x
Reference in New Issue
Block a user