motorRecord.dbd: ACCU field should have "intial=Default"

When the dbd file was loaded, EPICS base complained with

"Error initializing motor.ACCU initial Default"

Remove the 'initial("Default")' for the ACCU field.
This commit is contained in:
Torsten Bögershausen
2019-01-10 13:00:25 +01:00
parent 8d1891c5a7
commit 02368bc985
-1
View File
@@ -186,7 +186,6 @@ recordtype(motor) {
interest(1)
}
field(ACCU,DBF_MENU) {
initial("Default")
prompt("ACCS used")
special(SPC_NOMOD)
menu(motorACCSused)