mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
6 lines
135 B
C
6 lines
135 B
C
|
|
#ifdef unix
|
||
|
|
int setPort(char *name, char *baud, char parity);
|
||
|
|
#else
|
||
|
|
HANDLE WINAPI setPort(char *name, char *baud, char parity);
|
||
|
|
#endif
|