Commit cc39d6ac authored by Federico Vaga's avatar Federico Vaga

drv: bugfix ZIO names are 12bytes, make this 11

This way the name is properly terminated. Perhaps there is a bug in ZIO
that expect a \0 and it does not check any upper limit.
Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent a91b9e35
......@@ -14,7 +14,7 @@
#define FT_VERSION_MAJ 2 /* version of the driver */
#define FT_VERSION_MIN 1
#define FT_ZIO_TRIG_TYPE_NAME "tdc1n5c-trig\0"
#define FT_ZIO_TRIG_TYPE_NAME "tdc1n5c-trg\0"
/* default gatewares */
#define FT_GATEWARE_SVEC "fmc/svec-fmc-tdc.bin"
......
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