Skip to content

Commit 83bd15a

Browse files
authored
removed include
1 parent 81e7184 commit 83bd15a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/tftpServer/tftpServer.ino

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// Example usage for TftpServer library by Micah L. Abelson.
2-
#include <TftpServer.h>
32

43
TftpServer tftpServer;
54

@@ -58,4 +57,4 @@ void loop() {
5857
// if we found a packet then handle the request
5958
tftpServer.processRequest();
6059
}
61-
}
60+
}

0 commit comments

Comments
 (0)