Commit cd5c4d96 authored by Federico Vaga's avatar Federico Vaga

lib: remove unused field

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent a3a7ce8a
......@@ -30,7 +30,6 @@ struct __fmctdc_board {
int fdcc[FMCTDC_NUM_CHANNELS]; /**< Channel's current controls file descriptors */
int fdc[FMCTDC_NUM_CHANNELS]; /**< Channel's control char-device File descriptors */
int fdd[FMCTDC_NUM_CHANNELS]; /**< Channel's data char-device file descriptor */
int ch_ref[FMCTDC_NUM_CHANNELS]; /**< reference channel */
};
static inline int fmctdc_is_verbose(void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment