mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-19 15:57:38 +01:00
typo
This commit is contained in:
@@ -4969,7 +4969,7 @@ int is_udp_configured() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void configure_mac() {
|
void configure_mac() {
|
||||||
if (!isControlServer) {
|
if (isControlServer) {
|
||||||
if (is_udp_configured() == OK) {
|
if (is_udp_configured() == OK) {
|
||||||
ret = configureMAC();
|
ret = configureMAC();
|
||||||
if (ret != OK) {
|
if (ret != OK) {
|
||||||
|
|||||||
Reference in New Issue
Block a user