Skip to content

Commit

Permalink
Fix example includes
Browse files Browse the repository at this point in the history
  • Loading branch information
EinarArnason committed Jun 8, 2021
1 parent cd6003b commit 331d403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/intQueueItemsSize/intQueueItemsSize.ino
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
https://github.com/EinarArnason/ArduinoQueue
*/

#include "Queue.h"
#include <ArduinoQueue.h>

#define QUEUE_SIZE_ITEMS 10

Expand Down
2 changes: 1 addition & 1 deletion examples/intQueueMemSize/intQueueMemSize.ino
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
https://github.com/EinarArnason/ArduinoQueue
*/

#include "ArduinoQueue.h"
#include <ArduinoQueue.h>

#define QUEUE_SIZE_ITEMS 10
#define QUEUE_SIZE_BYTES 10
Expand Down

0 comments on commit 331d403

Please sign in to comment.