mirror of
https://github.com/espressif/esp-idf
synced 2025-03-31 20:00:09 -04:00
6 lines
72 B
C
6 lines
72 B
C
#ifndef BROWNOUT_H
|
|
#define BROWNOUT_H
|
|
|
|
void esp_brownout_init();
|
|
|
|
#endif |