mirror of
https://github.com/adrcs/ip400.git
synced 2025-04-22 03:23:43 +03:00
6 lines
115 B
C
6 lines
115 B
C
![]() |
#if defined(__WIN32__) || defined(__CYGWIN__)
|
||
|
# include "serial_w32.c"
|
||
|
#else
|
||
|
# include "serial_posix.c"
|
||
|
#endif
|