mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-05 14:15:39 -05:00
Substituted string "mcb4b" with "md90".
The following case replacements were applied (in order): mcb4b -> md90 MCB4B -> MD90 mcb-4b -> md-90 MCB-4B -> MD-90 MCB -> MD-90
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* File: drvMCB4B.h */
|
||||
/* File: drvMD90.h */
|
||||
|
||||
|
||||
/* Device Driver Support definitions for motor */
|
||||
@@ -12,23 +12,23 @@
|
||||
* .01 02/24/2002 mlr initialized from drvPM304.h
|
||||
*/
|
||||
|
||||
#ifndef INCdrvMCB4Bh
|
||||
#define INCdrvMCB4Bh 1
|
||||
#ifndef INCdrvMD90h
|
||||
#define INCdrvMD90h 1
|
||||
|
||||
#include "motordrvCom.h"
|
||||
#include "asynDriver.h"
|
||||
|
||||
/* MCB4B default profile. */
|
||||
/* MD90 default profile. */
|
||||
|
||||
#define MCB4B_NUM_CARDS 4
|
||||
#define MCB4B_NUM_CHANNELS 4
|
||||
#define MD90_NUM_CARDS 4
|
||||
#define MD90_NUM_CHANNELS 4
|
||||
|
||||
#define OUTPUT_TERMINATOR "\r"
|
||||
|
||||
struct MCB4Bcontroller
|
||||
struct MD90controller
|
||||
{
|
||||
asynUser *pasynUser; /* asynUser structure */
|
||||
char port[80]; /* asyn port name */
|
||||
};
|
||||
|
||||
#endif /* INCdrvMCB4Bh */
|
||||
#endif /* INCdrvMD90h */
|
||||
|
Reference in New Issue
Block a user