mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-17 01:12:59 +00:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
@@ -35,7 +35,7 @@ static void sigmadelta_example_init(void)
|
||||
* Perform the sigma-delta modulation test
|
||||
* by changing the duty of the output signal.
|
||||
*/
|
||||
void app_main()
|
||||
void app_main(void)
|
||||
{
|
||||
sigmadelta_example_init();
|
||||
|
||||
|
Reference in New Issue
Block a user