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:
2024-05-22 11:38:43 -05:00
parent a92fda6560
commit 417802a9b4
14 changed files with 223 additions and 223 deletions

View File

@@ -37,6 +37,6 @@ USAGE... This file contains function prototypes for DSM IOC shell commands.
#include "motordrvCom.h"
/* Function prototypes. */
extern RTN_STATUS MCB4BSetup(int, int);
extern RTN_STATUS MCB4BConfig(int, const char *);
extern RTN_STATUS MD90Setup(int, int);
extern RTN_STATUS MD90Config(int, const char *);