typedef struct
{
WORD nModuleID; // total length of command packet
char sModuleIP[16];
} Module_List;
在 Qt creator 里面运行后,出现
C:\Program Files\Moxa\MXIO\include\c\mxio.h:22: error: conflicting declaration 'typedef struct Modul_List Modul_List'
C:\Program Files\Moxa\MXIO\include\c\mxio.h:22: error: 'Modul_List' has a previous declaration as 'typedef struct Modul_List Modul_List'
请问是什么原因??