mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-03 00:21:44 +01:00
esp_wifi: wifi support new event mechanism
1. WiFi support new event mechanism 2. Update examples to use new event mechanism
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
#define EVENT_SOURCE_H_
|
||||
|
||||
#include "esp_event.h"
|
||||
#include "esp_event_loop.h"
|
||||
#include "esp_timer.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
@@ -50,4 +49,4 @@ enum {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // #ifndef EVENT_SOURCE_H_
|
||||
#endif // #ifndef EVENT_SOURCE_H_
|
||||
|
||||
Reference in New Issue
Block a user