remove return

This commit is contained in:
Meco Man
2021-03-28 22:38:17 +08:00
parent 390c635267
commit a13aea3a30
60 changed files with 1 additions and 114 deletions

View File

@@ -27,6 +27,4 @@ int main(void)
rt_pin_write(LED0_PIN, PIN_LOW);
rt_thread_mdelay(500);
}
return RT_EOK;
}