fixed bug that still reads hostname and expects a 0XX format, also prints revision number in decimal and not hex

This commit is contained in:
Dhanya Maliakal
2016-02-08 11:25:10 +01:00
parent fed40b02c4
commit cf3e736d7e
5 changed files with 6 additions and 18 deletions

View File

@ -111,7 +111,7 @@ int Feb_Control_GetModuleNumber();
void Feb_Control_FebControl();
int Feb_Control_Init(int master, int top);
int Feb_Control_Init(int master, int top, int module_num);
int Feb_Control_ReadSetUpFileToAddModules(char* file_name);
int Feb_Control_ReadSetUpFile(unsigned int module_num, char* file_name);
int Feb_Control_CheckSetup();