mirror of
https://github.com/synthetos/g2.git
synced 2026-09-21 02:05:17 +08:00
Fix broken tmc2130 (struct needed packed)
This commit is contained in:
@@ -83,7 +83,7 @@ struct Trinamic2130 final : Stepper {
|
||||
uint8_t status;
|
||||
};
|
||||
volatile uint32_t value;
|
||||
};
|
||||
} __attribute__((packed));
|
||||
};
|
||||
} __attribute__((packed));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user