We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341a0d4 commit 042b684Copy full SHA for 042b684
1 file changed
examples/TaskBlink/TaskBlink.ino
@@ -1,4 +1,4 @@
1
-#include "Taskfun.h"
+#include <Taskfun.h>
2
3
// synchronize access to this shared global variable
4
SyncVar<bool> _on;
0 commit comments