Fixing BACDL_ETHERNET compilation (#108)

Co-authored-by: Txinto Vaz <txinto@iac.es>
This commit is contained in:
Txinto
2020-08-13 16:19:42 +01:00
committed by GitHub
parent 993acb494a
commit c1429ba7be
2 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -321,7 +321,6 @@ static void dlenv_network_port_init(void)
since they are already set */
Network_Port_Changes_Pending_Set(instance, false);
}
#endif
#else
/**
* Datalink network port object settings
@@ -331,6 +330,7 @@ static void dlenv_network_port_init(void)
/* do nothing */
}
#endif
#endif
/** Datalink maintenance timer
* @ingroup DataLink