File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
components/storage/blockdevice/COMPONENT_QSPIF Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -854,7 +854,7 @@ int QSPIFBlockDevice::_sfdp_set_quad_enabled(uint8_t *basic_param_table_ptr)
854
854
case 1 :
855
855
case 4 :
856
856
status_reg_setup[1 ] = 0x02 ; // Bit 1 of Status Reg 2
857
- sr_write_size = 2 ;
857
+ sr_write_size = 2 ;
858
858
tr_debug (" Setting QE Bit, Bit 1 of Status Reg 2" );
859
859
break ;
860
860
@@ -875,7 +875,7 @@ int QSPIFBlockDevice::_sfdp_set_quad_enabled(uint8_t *basic_param_table_ptr)
875
875
status_reg_setup[1 ] = 0x2 ; // Bit 1 of status Reg 2
876
876
_read_register_inst = 0x35 ;
877
877
sr_read_size = 1 ;
878
- sr_write_size = 2 ;
878
+ sr_write_size = 2 ;
879
879
tr_debug (" Setting QE Bit, Bit 1 of Status Reg 2 -special read command" );
880
880
break ;
881
881
default :
You can’t perform that action at this time.
0 commit comments