From f2ecfd573c55044ccbb37f4ef2787d9b72e78177 Mon Sep 17 00:00:00 2001 From: tpu Date: Wed, 7 May 2025 22:00:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E8=BF=99=E9=87=8C=E5=8A=A0=E5=85=A5cl?= =?UTF-8?q?ock=5Fdraw=E4=BC=9A=E5=AF=BC=E8=87=B4webble=E7=AB=AF=E8=B6=85?= =?UTF-8?q?=E6=97=B6=E6=96=AD=E5=BC=80=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/user_custs1_impl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user_custs1_impl.c b/src/user_custs1_impl.c index eb8b959..15c2560 100644 --- a/src/user_custs1_impl.c +++ b/src/user_custs1_impl.c @@ -226,7 +226,7 @@ void user_svc1_long_val_wr_ind_handler(ke_msg_id_t const msgid, struct custs1_va printk("Long value: %d\n", param->length); if(param->value[0]==0x91){ clock_set((uint8_t*)param->value); - clock_draw(1); +// clock_draw(1); clock_print(); } }