diff options
Diffstat (limited to 'src/ufo-roof.h')
-rw-r--r-- | src/ufo-roof.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ufo-roof.h b/src/ufo-roof.h index 9303045..23f8429 100644 --- a/src/ufo-roof.h +++ b/src/ufo-roof.h @@ -4,6 +4,7 @@ #include "ufo-roof-config.h" #include "ufo-roof-error.h" +//#define UFO_ROOF_DEBUG #define UFO_ROOF_PACKET_HEADER(buf) ((UfoRoofPacketHeader*)(buf)) #define UFO_ROOF_PACKET_BLOCK_HEADER(buf, cfg) ((UfoRoofPacketBlockHeader*)(((uint8_t*)buf) + cfg->max_packets * cfg->max_packet_size)) |