Removed erronous arduino include

This commit is contained in:
Pascal Serrarens 2023-01-27 11:48:04 +01:00
parent 755fc1961d
commit 882dfdfcdb

View File

@ -2,10 +2,8 @@
// License, v. 2.0.If a copy of the MPL was not distributed with this
// file, You can obtain one at https ://mozilla.org/MPL/2.0/.
#include <Arduino.h>
#include <math.h>
#include "Angle.h"
#include <math.h>
#include "FloatSingle.h"
const float Angle::Rad2Deg = 57.29578F;