mirror of
https://github.com/QIDITECH/klipper.git
synced 2026-02-02 00:48:42 +03:00
klipper update
This commit is contained in:
8
src/stepper.h
Normal file
8
src/stepper.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef __STEPPER_H
|
||||
#define __STEPPER_H
|
||||
|
||||
#include <stdint.h> // uint8_t
|
||||
|
||||
uint_fast8_t stepper_event(struct timer *t);
|
||||
|
||||
#endif // stepper.h
|
||||
Reference in New Issue
Block a user