Merge pull request #4247 from Cacodemon345/modem_emu

Modem emulation (includinng SLIP connectivity)
This commit is contained in:
Miran Grča
2024-03-12 11:45:03 +01:00
committed by GitHub
12 changed files with 1400 additions and 6 deletions

View File

@@ -221,7 +221,7 @@ if(WIN32 AND NOT MINGW)
endif()
if(WIN32)
target_sources(plat PRIVATE ../win/win_serial_passthrough.c)
target_sources(plat PRIVATE ../win/win_serial_passthrough.c ../win/win_netsocket.c)
else()
target_sources(plat PRIVATE ../unix/unix_serial_passthrough.c)
endif()