projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ada3b2f
)
corrected typo
author
c vw
<dl1ycf@darc.de>
Sun, 5 Dec 2021 11:40:21 +0000
(12:40 +0100)
committer
c vw
<dl1ycf@darc.de>
Sun, 5 Dec 2021 11:40:21 +0000
(12:40 +0100)
client_server.h
patch
|
blob
|
history
diff --git
a/client_server.h
b/client_server.h
index 5a784416727b4a0691696e72e20a5faa1963355e..9f7b3b913c049ee3f16da304af3a5db9624d877a 100644
(file)
--- 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)