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

Fixing the macros in evrRegMap.h #154

Closed hongran closed 1 month ago

hongran commented 1 month ago

Fixed a typo in #define U32_EventLog(N) (U32_EventLog_base + (N))

Updated a few macros because of the capacities of new hardware # define PulserMax 24 # define OutputCMLMax 4

gabrielfedel commented 1 month ago

@hongran I will merge this one, but feel free to have one MR with many commits, just try to keep each commit focused on one specific change.