mirror of https://github.com/wolfSSL/wolfBoot.git
Added missing macro on Mac for `B115200`.
parent
558441650c
commit
b75f6bbdc2
tools/test-expect-version
|
@ -42,7 +42,11 @@
|
|||
#include <errno.h>
|
||||
|
||||
#define MSGLEN (4 + 4 + 8)
|
||||
#define PORT "/dev/ttyS0"
|
||||
#define PORT "/dev/ttyS0"
|
||||
|
||||
#ifndef B115200
|
||||
#define B115200 115200
|
||||
#endif
|
||||
|
||||
void alarm_handler(int signo)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue