From 624dcec8fdd6f155abccf6f6a7e33c5b8d20186f Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 18 Jul 2020 09:02:43 -0400 Subject: [PATCH] Do not force Port alignment to 32 bytes. --- include/engine/Port.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */