Remove BOM
Test / Run tests (push) Failing after 13s

This commit is contained in:
2026-08-05 16:35:49 +02:00
parent 9c3cc8d4be
commit 93de47b087
28 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
namespace PamhagenSysCtrl.Helpers {
namespace PamhagenSysCtrl.Helpers {
public enum MotorState { Halt = 0, Forward = 1, Backward = 2, Invalid = -1 }
}