diff --git a/include/engine/Port.hpp b/include/engine/Port.hpp index 8a53c927..977ca99f 100644 --- a/include/engine/Port.hpp +++ b/include/engine/Port.hpp @@ -11,7 +11,7 @@ namespace engine { static const int PORT_MAX_CHANNELS = 16; -struct alignas(32) Port { +struct Port { /** Voltage of the port. */ union { /** Unstable API. Use getVoltage() and setVoltage() instead. */