arduino fix

This commit is contained in:
Nick Leeman 2021-03-30 23:28:28 +02:00
parent 1f065a561d
commit 5cf94a3079
2 changed files with 0 additions and 6 deletions

View File

@ -18,9 +18,6 @@
*
*/
// Base Arduino Library
#include <Arduino.h>
class SerialConnection
{
private:

View File

@ -18,9 +18,6 @@
*
*/
// Base Arduino Library
#include <Arduino.h>
#include "Packet.h"
#include "SerialConnection.h"