mirror of
https://github.com/QIDITECH/klipper.git
synced 2026-02-01 08:28:41 +03:00
9 lines
139 B
C
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
|