mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-19 00:03:19 +00:00
Examples: Remove deprecated system_init() call
This commit is contained in:
@@ -43,6 +43,5 @@ void blink_task(void *pvParameter)
|
||||
void app_main()
|
||||
{
|
||||
nvs_flash_init();
|
||||
system_init();
|
||||
xTaskCreate(&blink_task, "blink_task", 512, NULL, 5, NULL);
|
||||
}
|
||||
|
Reference in New Issue
Block a user