From: franki Date: Thu, 26 Feb 2026 10:36:37 +0000 (+0800) Subject: 增加system_timer_dummy接口。 X-Git-Url: http://gitweb.100806.xyz/?a=commitdiff_plain;h=b11c82e94ced24d4de32af55fb6b1a97128732d1;p=example.git 增加system_timer_dummy接口。 --- diff --git a/common/MK_sys.c b/common/MK_sys.c index e1531ee..ce25add 100644 --- a/common/MK_sys.c +++ b/common/MK_sys.c @@ -84,3 +84,7 @@ u16 get_hour_min(void) return t; } +static void system_timer_dummy(void) +{ + +}