fix volatile error

This commit is contained in:
2022-04-02 17:23:11 +02:00
parent 76bca5f039
commit b2ef7d8240

View File

@@ -3,7 +3,7 @@
#include <stdint.h>
typedef struct {
typedef volatile struct {
uint8_t homed;
uint32_t pos;
} taenzer_state_t;