...
Code Block | ||
---|---|---|
| ||
#define APPL_BAUD_INTIALINITIAL 115200 ... val32 = APPL_BAUD_INITIAL; res = goal_cmSetVarValue(APPL_CM_MOD_ID, APPL_CM_VAR_BAUD, &val32, sizeof(val32), GOAL_TRUE, NULL); if (GOAL_RES_ERR(res)) { goal_logErr("error updating updating baud rate"); } |
...