summaryrefslogtreecommitdiff
path: root/robot/bin.h
diff options
context:
space:
mode:
Diffstat (limited to 'robot/bin.h')
-rw-r--r--robot/bin.h2
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);
-