This commit is contained in:
Yuri D'Elia 2021-06-08 17:14:22 +02:00
parent c31109c750
commit a6e372e696
1 changed files with 1 additions and 1 deletions

View File

@ -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;