Skip to content

Commit d56998a

Browse files
jgriffithsJamie C. Driver
authored andcommitted
display: add missing freertos/task.h include for TaskHandle_t definition
1 parent c899b16 commit d56998a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/display.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
#include <arch/sys_arch.h>
55
#include <esp_event.h>
6+
#include <freertos/task.h>
67

78
#define color_t uint16_t
89

0 commit comments

Comments
 (0)