Skip to content

Commit 042b684

Browse files
committed
user <> to include taskfun library
1 parent 341a0d4 commit 042b684

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/TaskBlink/TaskBlink.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "Taskfun.h"
1+
#include <Taskfun.h>
22

33
// synchronize access to this shared global variable
44
SyncVar<bool> _on;

0 commit comments

Comments
 (0)