1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00

Enabled support for higher baudrates up to 921600. Support is

compiled-in conditionally on the HIGH_BAUD macro.

Thanks to Pavel Vymetalek
This commit is contained in:
Nick Patavalis
2010-05-28 01:12:12 +00:00
parent b208d8df0f
commit 8a48fc24aa
3 changed files with 20 additions and 1 deletions

View File

@ -2,7 +2,8 @@
VERSION=1.5
# CC = gcc
CPPFLAGS=-DVERSION_STR=\"$(VERSION)\" -DUUCP_LOCK_DIR=\"/var/lock\"
CPPFLAGS=-DVERSION_STR=\"$(VERSION)\" -DUUCP_LOCK_DIR=\"/var/lock\" \
-DHIGH_BAUD
CFLAGS = -Wall -g
# LD = gcc