Yuri D'Elia 2 years ago
parent
commit
a6e372e696
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Firmware/xflash_dump.cpp

+ 1 - 1
Firmware/xflash_dump.cpp

@@ -21,7 +21,7 @@ bool xfdump_check_state()
 
 bool xfdump_check_crash()
 {
-    // check_state with SPI_ENTER for us
+    // check_state will call SPI_ENTER for us
     if(!xfdump_check_state())
         return false;