Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set uint32_t to int32_t. If lv_timer_handler() is called too fast, returns -1. If time_till_next_ms is unsigned, it becomes 0xFFFFFF... (very large). Therefore it overrides the threshold and code locks in usleep().
- Loading branch information