Skip to content

Comments

Fix bug with size for step_pulse_time for STM32#1

Merged
duembeg merged 1 commit intoedgefrom
bug_fix_step_pulse
Apr 7, 2019
Merged

Fix bug with size for step_pulse_time for STM32#1
duembeg merged 1 commit intoedgefrom
bug_fix_step_pulse

Conversation

@duembeg
Copy link
Owner

@duembeg duembeg commented Apr 7, 2019

  • Fixed issue with size of step_pulse_time, it is a uint8 but for STM32
    and clk source of 72MHz these would be 720 for 10us pulse; uint8 can
    only hold 255 max. Changed type to uint16 on stm32 targets.

* Fixed issue with size of step_pulse_time, it is a uint8 but for STM32
  and clk source of 72MHz these would be 720 for 10us pulse; uint8 can
  only hold 255 max. Changed type to uint16 on stm32 targets.
@duembeg duembeg merged commit d77a53b into edge Apr 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant