This commit is contained in:
2021-09-01 17:11:04 +02:00
parent cda82e5648
commit 210bc32e46
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
// setup
void Feb_Control_activate(int activate);
void Feb_Control_FebControl();
int Feb_Control_Init(int master, int normal, int module_num);
int Feb_Control_Init(int master, int normal);
int Feb_Control_OpenSerialCommunication();
void Feb_Control_CloseSerialCommunication();
int Feb_Control_CheckSetup();