mirror of
https://github.com/cecio/USBvalve.git
synced 2025-12-08 05:34:57 +00:00
typos
This commit is contained in:
@@ -184,8 +184,8 @@ void setup() {
|
||||
|
||||
// Check consistency of RAM FS
|
||||
// Add 11 bytes to skip the DISK_LABEL from the hashing
|
||||
// The startup of the USB has been moved before init of the
|
||||
// screen because sometimes it insert some delay preventing
|
||||
// The startup of the USB has been moved before initialization of the
|
||||
// screen because sometimes it inserts some delay preventing
|
||||
// proper initialization of the mass device
|
||||
uint computed_hash;
|
||||
computed_hash = XXH32(msc_disk[BYTES_TO_HASH_OFFSET] + 11, BYTES_TO_HASH, 0);
|
||||
|
||||
Reference in New Issue
Block a user