mirror of
https://gitee.com/cosyos/cosyos.git
synced 2026-08-17 16:52:27 +08:00
+3
-3
@@ -15,14 +15,14 @@
|
||||
void your_function(void) {... ...}
|
||||
#pragma AREGS
|
||||
* @author 迟凯峰
|
||||
* @version V1.0.0
|
||||
* @date 2025.02.08
|
||||
* @version V1.0.1
|
||||
* @date 2025.03.08
|
||||
******************************************************************************/
|
||||
|
||||
#include "..\System\os_link.h"
|
||||
#if SYSCFG_TICKHOOK == __ENABLED__
|
||||
|
||||
void tick_hook(void) MCUCFG_C51USING
|
||||
__WEAK void tick_hook(void) MCUCFG_C51USING
|
||||
{
|
||||
if(true){ /* 每滴答周期执行一次 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user