tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)

This commit is contained in:
Anton Maklakov
2019-07-16 16:33:30 +07:00
parent 50629eec27
commit afbaf74007
507 changed files with 1295 additions and 1295 deletions

View File

@@ -27,7 +27,7 @@ extern "C" {
* This is called once in the IDF startup code. Do not call it
* at other times.
*/
void heap_caps_init();
void heap_caps_init(void);
/**
* @brief Enable heap(s) in memory regions where the startup stacks are located.
@@ -37,7 +37,7 @@ void heap_caps_init();
* completely started, they do not use that memory anymore and heap(s) there can
* be enabled.
*/
void heap_caps_enable_nonos_stack_heaps();
void heap_caps_enable_nonos_stack_heaps(void);
/**
* @brief Add a region of memory to the collection of heaps at runtime.