mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
@@ -240,7 +240,7 @@ struct pbuf {
|
||||
|
||||
#include "esp32_mock.h"
|
||||
|
||||
uint32_t xTaskGetTickCount();
|
||||
uint32_t xTaskGetTickCount(void);
|
||||
|
||||
|
||||
#endif //MDNS_TEST_MODE
|
||||
|
Reference in New Issue
Block a user