mirror of
https://github.com/Binary-Coalescence/motorDSM.git
synced 2025-08-07 06:35:40 -05:00
Changed to C++ serialIO interface.
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
#define INCdrvMCB4Bh 1
|
||||
|
||||
#include "motordrvCom.h"
|
||||
#include "serialIO.h"
|
||||
|
||||
/* MCB4B default profile. */
|
||||
|
||||
@@ -26,7 +27,7 @@
|
||||
|
||||
struct MCB4Bcontroller
|
||||
{
|
||||
struct serialInfo *serialInfo; /* For RS-232 */
|
||||
serialIO *serialInfo; /* For RS-232 */
|
||||
int serial_card; /* Card on which Hideos/MPF is running */
|
||||
char serial_task[20]; /* Hideos/MPF task/server name for serial port */
|
||||
};
|
||||
|
Reference in New Issue
Block a user