mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-05 14:15:39 -05:00
Substituted string "acs" with "dsm".
The following case replacements were applied (in order): AcsRegister -> dsmRegister Acs_LIBS -> dsm_LIBS ' Acs' -> ' dsm' acs -> dsm Acs -> Dsm ACS -> DSM
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Advanced Control Systems driver support.
|
||||
|
||||
# Model 1 (non-asyn) driver
|
||||
device(motor,VME_IO,devMCB4B,"ACS MCB-4B")
|
||||
device(motor,VME_IO,devMCB4B,"DSM MCB-4B")
|
||||
driver(drvMCB4B)
|
||||
registrar(AcsRegister)
|
||||
registrar(dsmRegister)
|
||||
|
||||
# Model 3 driver
|
||||
registrar(MCB4BRegister)
|
||||
|
Reference in New Issue
Block a user