Skip to content

Commit f00ea08

Browse files
committed
[driver] dw3110: Fix initialization on faster chips
1 parent e2bc11b commit f00ea08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modm/driver/radio/dw3110/dw3110_phy_impl.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ modm::Dw3110Phy<SpiMaster, Cs>::initialize(Dw3110::Channel channel, Dw3110::Prea
9797
MODM_LOG_ERROR << "Failed to reach IDLE_PLL State!" << modm::endl;
9898
RF_RETURN(false);
9999
}
100-
fetchSystemStatus();
100+
fetchChipState();
101101
}
102102

103103
if (!RF_CALL(calibrate())) { RF_RETURN(false); }

0 commit comments

Comments
 (0)