FreeRTOS / Lab-Project-FreeRTOS-POSIX

This repository contains FreeRTOS+POSIX source code, which could be consumed as a submodule.
MIT License
95 stars 60 forks source link

Add wait to timer_settime #17

Closed muneebahmed10 closed 2 years ago

muneebahmed10 commented 2 years ago

Description:

Adds a wait to timer_settime until the timer has been started, so that the timer will not be in the stopped state if timer_delete is called afterwards. Addresses #16.