diff options
Diffstat (limited to 'src/stepper.h')
-rw-r--r-- | src/stepper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stepper.h b/src/stepper.h index 9a81b56e..f4019ae5 100644 --- a/src/stepper.h +++ b/src/stepper.h @@ -5,7 +5,7 @@ enum { STEPPER_POSITION_BIAS=0x40000000 }; -uint8_t stepper_event(struct timer *t); +uint_fast8_t stepper_event(struct timer *t); void command_config_stepper(uint32_t *args); struct stepper; uint32_t stepper_get_position(struct stepper *s); |