fix volatile error

master
Eggert Jung 4 years ago
parent 76bca5f039
commit b2ef7d8240

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