diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-17 21:28:08 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-17 21:28:08 +0200 |
commit | 2b75425070662b869c15673623df44e30ce43ebe (patch) | |
tree | f0dbb5e840e2747be5966952cb2e3554d034ae72 /robot/bin.h | |
parent | 365dcc18fbd98645585cdbe009f537ecdaa90c1a (diff) |
code format
Diffstat (limited to 'robot/bin.h')
-rw-r--r-- | robot/bin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/robot/bin.h b/robot/bin.h index 1f21f64..ccde132 100644 --- a/robot/bin.h +++ b/robot/bin.h @@ -9,7 +9,6 @@ typedef struct { extern uint8_t g_w2_endianness; - /** * helper file for binary data * @@ -24,4 +23,3 @@ uint16_t w2_bin_hton16(uint16_t h16); uint32_t w2_bin_ntoh32(uint32_t n32); /** convert 16-bit value from network (big-endian) to host endian */ uint16_t w2_bin_ntoh16(uint16_t n16); - |