fix warnings

This commit is contained in:
Bechir
2024-04-05 16:04:01 +02:00
parent 3c58039502
commit 2f23e4610d
9 changed files with 25 additions and 17 deletions

View File

@ -30,6 +30,7 @@ int main() {
aare::logger::info("Frame size:", frame.size(), "\n");
int rc = socket.send(header, frame.data(), frame.size());
aare::logger::info("Sent bytes", rc);
sleep(1);
}
return 0;