mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 02:07:27 +02:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
* Original commit: espressif/esp-idf@afbaf74007
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
aaba3fc47a
commit
3e753f5e2d
@ -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