mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Merge pull request #241 from tofurky/regset_arg_count
Correct argument count for regset command
This commit is contained in:
+1
-1
@@ -790,7 +790,7 @@ void parse_regset(void)
|
||||
{
|
||||
uint16_t reg = 0;
|
||||
|
||||
if (cmd_words_len != 2) {
|
||||
if (cmd_words_len != 3) {
|
||||
goto err;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user