Browse Source

Do not force Port alignment to 32 bytes.

tags/v2.0.0
Andrew Belt 4 years ago
parent
commit
624dcec8fd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      include/engine/Port.hpp

+ 1
- 1
include/engine/Port.hpp View File

@@ -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. */


Loading…
Cancel
Save