hamnet70/impl/src/debug_structs.h

12 lines
207 B
C
Raw Normal View History

#ifndef DEBUG_STRUCTS_H
#define DEBUG_STRUCTS_H
typedef struct {
size_t preambles_found;
size_t successful_decodes;
size_t failed_decodes;
size_t header_errors;
} rx_stats_t;
#endif // DEBUG_STRUCTS_H