Description: support custom baudrate on all architectures
Author: W. Martin Borgert <debacle@debian.org>
Origin: vendor
Last-Update: 2018-03-20
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@
 
 ## Comment this in to enable (force) custom baudrate support
 ## even on systems not enabled by default.
-#CPPFLAGS += -DUSE_CUSTOM_BAUD
+CPPFLAGS += -DUSE_CUSTOM_BAUD
 
 ## Comment this in to disable custom baudrate support
 ## on ALL systems (even on these enabled by default).
