mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
More initial documentation
This commit is contained in:
+1
-1
@@ -784,7 +784,7 @@ void bootloader(void)
|
||||
print_short(cmd_words_b[3]); print_string("\r\n");
|
||||
}
|
||||
|
||||
if (cmd_compare(0, "reset")
|
||||
if (cmd_compare(0, "reset"))
|
||||
reset_chip();
|
||||
}
|
||||
l++;
|
||||
|
||||
Reference in New Issue
Block a user