mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-20 02:40:03 +02:00
typo
This commit is contained in:
parent
1c13dd95a0
commit
e172156829
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user