esp_idf  1.1.1
esp_idf
com_espressif_esp_idf_esp_system.c
Go to the documentation of this file.
1 /*
2  * C
3  *
4  * Copyright 2018-2020 MicroEJ Corp. All rights reserved.
5  * This library is provided in source code for use, modification and test, subject to license terms.
6  * Any modification of the source code will break MicroEJ Corp. warranties on the whole library.
7  */
8 
18 #include "esp_system.h"
19 
20 void Java_com_espressif_esp_1idf_esp_1system_esp_1restart(void) {
21  esp_restart();
22 }