This commit is contained in:
2020-06-15 17:11:33 +02:00
parent 5412569e77
commit 6f2413fd5d

View File

@ -58,7 +58,7 @@ int Feb_Control_activated = 1;
int Feb_Control_hv_fd = -1;
// module
void Module_Module(struct Module *mod, unsigned int number) {
void Module_Module(struct Module *mod) {
mod->left_address = 0x100;
mod->right_address = 0x200;
mod->high_voltage = -1;