From e51f5a38e0fce4a79257ef0f09535a93fb35dabe Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Fri, 29 Dec 2023 12:41:04 +0100 Subject: [PATCH] Remove Arduino dependency --- Propulsion.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Propulsion.cpp b/Propulsion.cpp index 8110836..d23510d 100644 --- a/Propulsion.cpp +++ b/Propulsion.cpp @@ -3,8 +3,6 @@ #include "FloatSingle.h" -#include - Propulsion::Propulsion() { this->placement = nullptr; this->motorCount = 0;