From 2b75425070662b869c15673623df44e30ce43ebe Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 17 May 2022 21:28:08 +0200 Subject: code format --- robot/bin.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'robot/bin.h') 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); - -- cgit v1.2.3