epics-modules / mrfioc2

EPICS driver for Micro Research Finland event timing system devices
http://epics-modules.github.io/mrfioc2/
Other
8 stars 29 forks source link

Changing minor FW version variable to unsigned #108

Closed zioven closed 7 months ago

zioven commented 7 months ago

To allow for more than 128 versions of FW minor releases, the m_minor variable type is changed from epicsInt8 to epicsUInt8.