forked from epics_driver_modules/motorBase
Added a missing }, probably caused by merging
This commit is contained in:
@@ -85,6 +85,10 @@ ifdef LUA
|
||||
$(ECHO) Creating $@, LUA = $(LUA)
|
||||
@echo LUA = $(LUA)>> $@
|
||||
endif
|
||||
ifdef AUTOSAVE
|
||||
$(ECHO) Creating $@, AUTOSAVE = $(AUTOSAVE)
|
||||
@echo AUTOSAVE = $(AUTOSAVE)>> $@
|
||||
endif
|
||||
ifdef MODBUS
|
||||
$(ECHO) Creating $@, MODBUS = $(MODBUS)
|
||||
@echo MODBUS = $(MODBUS)>> $@
|
||||
|
||||
@@ -73,6 +73,7 @@ menu(motorRSTM) {
|
||||
choice(motorRSTM_Always, "Always")
|
||||
choice(motorRSTM_NearZero, "NearZero")
|
||||
choice(motorRSTM_Conditional, "Conditional")
|
||||
}
|
||||
menu(motorACCSused) {
|
||||
choice(motorACCSused_Undef,"Undef")
|
||||
choice(motorACCSused_Accl, "Accl")
|
||||
|
||||
Reference in New Issue
Block a user