mirror of
https://github.com/UzixLS/picocom.git
synced 2025-07-19 07:21:18 +03:00
#84: custom baudrate support for OpenBsd, and Dragonfly (but not NetBsd)
This commit is contained in:
2
term.c
2
term.c
@ -70,7 +70,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if (defined (__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || \
|
||||
#if (defined (__FreeBSD__) || defined(__OpenBSD__) || \
|
||||
defined(__DragonFly__) || defined(__APPLE__)) && defined(USE_CUSTOM_BAUD)
|
||||
/* only for some BSD and macOS (Tiger and above) */
|
||||
#include "custbaud_bsd.h"
|
||||
|
Reference in New Issue
Block a user