Skip to content

Commit f89b634

Browse files
committed
Added include for queue.h
1 parent 32a7446 commit f89b634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/ESP32/examples/Serial/InterruptQueue/InterruptQueue.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*
77
*/
88

9+
#include <freertos/queue.h>
910
#define BUFFER_SIZE 8
1011

1112
// This queue is here to handle the interruption of the loop when the interrupt is running.

0 commit comments

Comments
 (0)