Files
klipper/src/stepper.h
2023-06-15 11:41:08 +08:00

9 lines
139 B
C

#ifndef __STEPPER_H
#define __STEPPER_H
#include <stdint.h> // uint8_t
uint_fast8_t stepper_event(struct timer *t);
#endif // stepper.h