Skip to content

Commit 6f88011

Browse files
update list class
1 parent f3df1f9 commit 6f88011

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

List.cpp

Lines changed: 0 additions & 1 deletion
This file was deleted.

List.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef __List_h_
22
#define __List_h_
33

4-
#include "Arduino.h"
4+
#include <Arduino.h>
55

66
template<class T>
77
class Node

0 commit comments

Comments
 (0)