Closed PonomarevDA closed 6 years ago
It is better to avoid dynamic memory allocation malloc in microcontroller system. Especially in the timer module it is not required. Function can get timer object as a pointer allocated outside (not dynamically, maybe local object).
malloc
fixed
Pls, after fixes close issue
It is better to avoid dynamic memory allocation
malloc
in microcontroller system. Especially in the timer module it is not required. Function can get timer object as a pointer allocated outside (not dynamically, maybe local object).