cosmetic: Add comment on GSM-FR ECU struct

Change-Id: Ic0a3a407c592262104af315f845f0bbd116ab26b
This commit is contained in:
Philipp Maier 2019-09-16 13:22:58 +02:00
parent 8bd05b58a8
commit 4e591b120f
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include <osmocom/codec/codec.h>
/* ECU state for GSM-FR */
struct osmo_ecu_fr_state {
bool subsequent_lost_frame;
uint8_t frame_backup[GSM_FR_BYTES];