mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
@@ -41,4 +41,4 @@ void esp_perip_clk_init(void);
|
||||
/* Selects an external clock source (32 kHz) for RTC.
|
||||
* Only internal use in unit test.
|
||||
*/
|
||||
void rtc_clk_select_rtc_slow_clk();
|
||||
void rtc_clk_select_rtc_slow_clk(void);
|
||||
|
Reference in New Issue
Block a user