Skip to content

Commit 15fdb6e

Browse files
author
Offir Kochalsky
authored
Update QSPIFBlockDevice.cpp
1 parent e8e0fb4 commit 15fdb6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/storage/blockdevice/COMPONENT_QSPIF/QSPIFBlockDevice.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ int QSPIFBlockDevice::_sfdp_set_quad_enabled(uint8_t *basic_param_table_ptr)
880880
break;
881881
default:
882882
tr_warning("Unsuported QER configuration");
883-
return;
883+
return 0;
884884
}
885885

886886
// Configure BUS Mode to 1_1_1 for all commands other than Read

0 commit comments

Comments
 (0)