From 20de79ccde3b43039457f3aa7b7f4b47f8002abd Mon Sep 17 00:00:00 2001 From: c vw Date: Sun, 5 Dec 2021 12:40:21 +0100 Subject: [PATCH] corrected typo --- client_server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client_server.h b/client_server.h index 5a78441..9f7b3b9 100644 --- a/client_server.h +++ b/client_server.h @@ -25,7 +25,7 @@ #define ntohll be64toh #endif -/ +// // Conversion of host(double) to/from network(unsigned int) // Assume that double data is between -200 and 200, // convert to uint16 via uint16 = 100.0*(double+200.0) (result in the range 0 to 40000) -- 2.45.2