Skip to content
Snippets Groups Projects
Commit ba22ffb3 authored by rswindell's avatar rswindell
Browse files

Moved com port configuration override from main.cpp to here.

parent 3fea471a
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,10 @@ BOOL DLLCALL load_cfg(scfg_t* cfg, char* text[])
lprintf(txt.readit,fname);
}
/* Override com-port settings */
cfg->com_base=0xf; /* All nodes use FOSSIL */
cfg->com_port=1; /* All nodes use "COM1" */
return(TRUE);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment