epics-modules / mrfioc2

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

Minor: Fix error message #64

Closed anjohnson closed 10 months ago

anjohnson commented 1 year ago

https://github.com/epics-modules/mrfioc2/blob/a8cb48d549b7aae13206cf2d168c6f1cfec2e1c4/evrApp/src/asub.c#L277

Given the line before it, the above should say (UCHAR) not (DOUBLE).

jerzyjamroz commented 10 months ago

I did a look over errlogPrintf messages as your comment indicates basically more similar issues and I found a few just within asub.c file. It is merged now.