Skip to content
Snippets Groups Projects
Commit 9607605e authored by mooney's avatar mooney
Browse files

changed xxx.dbd to iocxxx.dbd, xxx_registerRecordDeviceDriver to

iocxxx_registerRecordDeviceDriver because c function name cannot begin with a number
parent 0e0a9393
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,8 @@
################################################################################
# Tell EPICS all about the record types, device-support modules, drivers,
# etc. in the software we just loaded (xxx.munch)
dbLoadDatabase("../../dbd/xxx.dbd")
xxx_registerRecordDeviceDriver(pdbbase)
dbLoadDatabase("../../dbd/iocxxx.dbd")
iocxxx_registerRecordDeviceDriver(pdbbase)
# Increase size of buffer for error logging from default 1256
errlogInit(5000)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment