This commit is contained in:
2025-02-23 22:41:07 +03:00
parent a9974aab04
commit 4fcb5af94b
5 changed files with 117 additions and 71 deletions

View File

@@ -65,7 +65,7 @@ static mcc_errcodes_t init(conf_t *c){
DBG("Bad value of MountReqInterval");
ret = MCC_E_BADFORMAT;
}
char buf[1024];
uint8_t buf[1024];
data_t d = {.buf = buf, .len = 0, .maxlen = 1024};
// read input data as there may be some trash on start
if(!SSrawcmd(CMD_EXITACM, &d)) ret = MCC_E_FAILED;