diff options
Diffstat (limited to 'klippy/chelper/__init__.py')
-rw-r--r-- | klippy/chelper/__init__.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/klippy/chelper/__init__.py b/klippy/chelper/__init__.py index e04d431d..c7e2155c 100644 --- a/klippy/chelper/__init__.py +++ b/klippy/chelper/__init__.py @@ -38,8 +38,9 @@ defs_stepcompress = """ struct stepcompress *stepcompress_alloc(uint32_t oid); void stepcompress_fill(struct stepcompress *sc, uint32_t max_error - , uint32_t invert_sdir, int32_t queue_step_msgtag - , int32_t set_next_step_dir_msgtag); + , int32_t queue_step_msgtag, int32_t set_next_step_dir_msgtag); + void stepcompress_set_invert_sdir(struct stepcompress *sc + , uint32_t invert_sdir); void stepcompress_free(struct stepcompress *sc); int stepcompress_reset(struct stepcompress *sc, uint64_t last_step_clock); int stepcompress_set_last_position(struct stepcompress *sc |