From 997405d4e88420a1f605e4a63b0e56543e3a1e43 Mon Sep 17 00:00:00 2001 From: ywh <2227158009@qq.com> Date: Tue, 7 Jul 2026 14:15:48 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E9=80=9F=E5=BA=A6=E6=94=B9=E6=88=902?= =?UTF-8?q?00"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit b39e8535cc86bcebdf3faa31d87e7852dd4cf31b. --- c/ABCD.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/ABCD.c b/c/ABCD.c index ac1c91f..2f4f133 100644 --- a/c/ABCD.c +++ b/c/ABCD.c @@ -3,7 +3,7 @@ int main(void) { - int speed = 200; + int speed = 100; printf("motor start speed = %d\n", speed);