forked from epics_driver_modules/motorBase
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:
@@ -186,7 +186,6 @@ recordtype(motor) {
|
||||
interest(1)
|
||||
}
|
||||
field(ACCU,DBF_MENU) {
|
||||
initial("Default")
|
||||
prompt("ACCS used")
|
||||
special(SPC_NOMOD)
|
||||
menu(motorACCSused)
|
||||
|
||||
Reference in New Issue
Block a user