Skip to content

Commit 7a9c23c

Browse files
committed
Update comment
1 parent dc919a0 commit 7a9c23c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cores/esp8266/core_esp8266_main.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -636,8 +636,8 @@ extern "C" void ICACHE_FLASH_ATTR user_pre_init(void)
636636
system_phy_set_rfoption(rf_mode), system_phy_set_powerup_option(2), etc.
637637
638638
Placement, should this be at the beginning or end of user_pre_init()?
639-
By the end, we have already registered the PHY_DATA partition.
640-
SDK v2.2 called user_rf_pre_init() after reading PHY_DATA.
639+
By the end, we have registered the PHY_DATA partition; however, PHY_DATA
640+
read occurs after return and before user_init() is called.
641641
*/
642642
user_rf_pre_init();
643643
}

0 commit comments

Comments
 (0)