mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-19 23:45:28 +02:00
Merge branch 'master' into feature/esp32s2beta_update
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user