Provide a macro for the unknown baudrate

This commit is contained in:
George Oikonomou 2018-05-12 16:20:49 +01:00
parent 5c65a07c56
commit a81ff510f5

View File

@ -35,6 +35,9 @@
#include <termios.h>
/* The unspecified baudrate */
#define BUNKNOWN -2
#if __APPLE__
#ifndef B460800
#define B460800 460800