summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/projects/embed/c51/hello/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/embed/c51/hello/src/main.c b/tests/projects/embed/c51/hello/src/main.c
index 296324e0a..bdab759d9 100644
--- a/tests/projects/embed/c51/hello/src/main.c
+++ b/tests/projects/embed/c51/hello/src/main.c
@@ -9,7 +9,7 @@ void delay_ms(unsigned int n) {
for (i = 112; i > 0; i--);
}
-/*——————宏定义——————*/
+
int i;
void set(unsigned int x) {