From bbba36542e1e6c7dc4ff61a102c530553c369996 Mon Sep 17 00:00:00 2001 From: ywh <2227158009@qq.com> Date: Tue, 7 Jul 2026 14:12:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=90=AF=E5=8A=A8=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- c/ABCD.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/ABCD.c b/c/ABCD.c index c2cd12a..ac1c91f 100644 --- a/c/ABCD.c +++ b/c/ABCD.c @@ -5,7 +5,7 @@ int main(void) { int speed = 200; - printf("speed = %d\n", speed); + printf("motor start speed = %d\n", speed); return 0; } \ No newline at end of file