🔥 Clean up arduino libs

This commit is contained in:
Rune Harlyk
2025-10-09 18:31:40 +02:00
parent bc31b1b2dd
commit b184449e7b
19 changed files with 31 additions and 76 deletions
+2 -5
View File
@@ -1,5 +1,4 @@
#ifndef MATHUTILS_H
#define MATHUTILS_H
#pragma once
#include <dspm_mult.h>
#include <cmath>
@@ -68,6 +67,4 @@ static constexpr float combinatorial_constexpr(const int n, int k) {
result /= (i + 1);
}
return result;
}
#endif
}