|
@@ -19,7 +19,7 @@ extern "C" {
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
#include "driver/gpio.h"
|
|
#include "driver/gpio.h"
|
|
|
-#include "freertos/portmacro.h"
|
|
|
|
|
|
|
+#include "freertos/FreeRTOS.h"
|
|
|
|
|
|
|
|
typedef void (* button_cb)(void*);
|
|
typedef void (* button_cb)(void*);
|
|
|
typedef void* button_handle_t;
|
|
typedef void* button_handle_t;
|