make code conform to Wstrict-prototypes

Merges https://github.com/espressif/esp-idf/pull/2937
This commit is contained in:
Michael Zimmermann
2019-01-11 09:43:11 +01:00
committed by Anton Maklakov
parent afbaf74007
commit 74a459dd3d
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ extern "C" {
#ifdef __cplusplus
typedef void (_xtos_handler_func)(...);
#else
typedef void (_xtos_handler_func)();
typedef void (_xtos_handler_func)(void);
#endif
typedef _xtos_handler_func *_xtos_handler;