mirror of https://github.com/wolfSSL/wolfBoot.git
Added missing macro on Mac for `B115200`.
parent
558441650c
commit
b75f6bbdc2
|
@ -44,6 +44,10 @@
|
|||
#define MSGLEN (4 + 4 + 8)
|
||||
#define PORT "/dev/ttyS0"
|
||||
|
||||
#ifndef B115200
|
||||
#define B115200 115200
|
||||
#endif
|
||||
|
||||
void alarm_handler(int signo)
|
||||
{
|
||||
printf("0\n");
|
||||
|
|
Loading…
Reference in New Issue