This commit is contained in:
midelic 2016-08-31 22:39:30 +01:00 committed by GitHub
parent 3e7b9e5d3a
commit a5039fb6d1

View File

@ -474,7 +474,9 @@ enum {
PKT_ACKED,
PKT_TIMEOUT
};
// baudrate defines for serial
#define SPEED_100K 0
#define SPEED_9600 1
//****************************************
//*** MULTI protocol serial definition ***