mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-19 13:17:56 +00:00
reverse change that broke android compilation.
This commit is contained in:
parent
be9edef211
commit
9348d1c31c
@ -7,7 +7,8 @@ int overlay_packetradio_setup_port(overlay_interface *interface)
|
||||
struct termios t;
|
||||
|
||||
tcgetattr(interface->alarm.poll.fd, &t);
|
||||
cfsetspeed(&t, interface->uartbps);
|
||||
cfsetospeed(&t, interface->uartbps);
|
||||
cfsetispeed(&t, interface->uartbps);
|
||||
|
||||
// 8N1
|
||||
t.c_cflag &= ~PARENB;
|
||||
|
Loading…
Reference in New Issue
Block a user