【 uC/OS II 】uC/OS II 源代码阅读(os_tmr.c)定时器管理
前言这个关于定时器的,我感觉也没啥,核心就是它的轮子罢了,然后核心结构体,如下:typedef struct os_tmr { INT8U OSTmrType; /* Should be set to OS_TMR_TYPE */ OS_TMR_CALLBACK OSTmrCallback; /* Function to call when timer expir