mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-15 01:58:59 +01:00
6 lines
72 B
C
6 lines
72 B
C
|
|
#ifndef BROWNOUT_H
|
||
|
|
#define BROWNOUT_H
|
||
|
|
|
||
|
|
void esp_brownout_init();
|
||
|
|
|
||
|
|
#endif
|