Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[python] Prevent waiting for 2^32 ms if user entered a negative delay
This is due to a missing check in the interruptible sleep function which was not checking if the delay was negative, then was passed to the Ion::Timing::usleep function, who only takes signed values
- Loading branch information