Skip to content

Commit e0385e9

Browse files
committed
iot_button: Minor fix in header file to prevent compilation warnings
1 parent 196bcb2 commit e0385e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/button/button/include/iot_button.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ extern "C" {
3131
#endif
3232

3333
#include <driver/gpio.h>
34+
#include <freertos/FreeRTOS.h>
3435
#include <freertos/portmacro.h>
3536
typedef void (* button_cb)(void*);
3637
typedef void* button_handle_t;

0 commit comments

Comments
 (0)