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