We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3df1f9 commit 6f88011Copy full SHA for 6f88011
List.cpp
List.h
@@ -1,7 +1,7 @@
1
#ifndef __List_h_
2
#define __List_h_
3
4
-#include "Arduino.h"
+#include <Arduino.h>
5
6
template<class T>
7
class Node
0 commit comments