From 34ab449f3bb6ccac81bedd14a909080baa8411f1 Mon Sep 17 00:00:00 2001 From: cecio Date: Sun, 4 Feb 2024 00:19:18 +0100 Subject: [PATCH] typos --- USBvalve/USBvalve.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/USBvalve/USBvalve.ino b/USBvalve/USBvalve.ino index 120d8bd..e9de0b0 100644 --- a/USBvalve/USBvalve.ino +++ b/USBvalve/USBvalve.ino @@ -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);