增加system_timer_dummy接口。 issue-02
authorfranki <frankizhong@gamil.com>
Thu, 26 Feb 2026 10:36:37 +0000 (18:36 +0800)
committerfranki <frankizhong@gamil.com>
Thu, 26 Feb 2026 10:36:37 +0000 (18:36 +0800)
common/MK_sys.c

index e1531ee..ce25add 100644 (file)
@@ -84,3 +84,7 @@ u16 get_hour_min(void)
        return t;
 }
 
+static void system_timer_dummy(void)
+{
+
+}