Commit bd98fefa authored by Claes Sjofors's avatar Claes Sjofors

Remote bugfix for more than 25 remnodes

parent d6913032
......@@ -106,9 +106,9 @@ typedef struct {
int id;
} Transport;
Transport tp[25];
Transport tp[50];
int tpcount;
int tpmax = 25;
int tpmax = 50;
pwr_tObjid remcfg_objid;
pwr_sClass_RemoteConfig* remcfgp;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment