Loading prrt/time-receiver.c +0 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,6 @@ int main(int argc, char **argv) { uint32_t i = 0; while (i < rounds && keepRunning) { usleep_nano(1000); char buffer[MAX_PAYLOAD_LENGTH + 1]; debug(DEBUG_RECEIVER, "About to receive."); int n = _recv(s, buffer, sizeof(buffer)); Loading Loading
prrt/time-receiver.c +0 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,6 @@ int main(int argc, char **argv) { uint32_t i = 0; while (i < rounds && keepRunning) { usleep_nano(1000); char buffer[MAX_PAYLOAD_LENGTH + 1]; debug(DEBUG_RECEIVER, "About to receive."); int n = _recv(s, buffer, sizeof(buffer)); Loading