|
|
@ -109,7 +109,7 @@ void MicroComputerModuleDeviceScriptCmderPaser::app_dump_reg(int moduleId, const |
|
|
|
if (ecode == 0) { |
|
|
|
if (type == kint) { |
|
|
|
ZLOGI(TAG, "%s(%d) :%d", configtag, configid, configval); |
|
|
|
} else if (type == kint) { |
|
|
|
} else if (type == kbit) { |
|
|
|
ZLOGI(TAG, "%s(%d) :%s", configtag, configid, dumpbit(configval)); |
|
|
|
} |
|
|
|
} else if (ecode != err::kmodule_not_find_config_index) { |
|
|
|