Skip to content

Commit 860bdd1

Browse files
chschulijunru-hub
authored andcommitted
fix(button): include stdbool.h before using bool
Closes #481
1 parent f6ee984 commit 860bdd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/button/interface/button_interface.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66
#pragma once
77

8+
#include <stdbool.h>
89
#include <stdint.h>
910
#include "esp_err.h"
1011

0 commit comments

Comments
 (0)