aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoding.cpp
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2019-06-16 15:16:30 +0200
committerAlexander Couzens <lynxis@fe80.eu>2019-06-17 02:03:18 +0200
commitb7439f28a17cfb5beb230da346153e7de5564d7b (patch)
tree41fde76e2668a4fe25f2c6aaa81ca1cc605fd921 /src/encoding.cpp
parent3f640773f3dc68f3af11bc3eb48624a542af533a (diff)
encoding: use `/* */` for comments instead of `#if 0 #endif`
Diffstat (limited to 'src/encoding.cpp')
-rw-r--r--src/encoding.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/encoding.cpp b/src/encoding.cpp
index b6879cc1..530cba73 100644
--- a/src/encoding.cpp
+++ b/src/encoding.cpp
@@ -853,8 +853,8 @@ static void write_packet_ack_nack_desc_egprs(
bool len_coded = true;
uint8_t crbb_start_clr_code;
uint8_t i;
-#if 0
- /* static size of 16 bits*/
+
+ /* static size of 16 bits
..0. .... = ACKNACK: (Union)
Desc
@@ -866,8 +866,7 @@ static void write_packet_ack_nack_desc_egprs(
.... ..10 0101 0001 1... .... = STARTING_SEQUENCE_NUMBER: 1187
- .0.. .... = CRBB Exist: 0
-#endif
+ .0.. .... = CRBB Exist: 0 */
rest_bits -= 16;
if (num_blocks > 0)