summaryrefslogtreecommitdiff
path: root/ham/yaesu/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'ham/yaesu/patches/patch-ae')
-rw-r--r--ham/yaesu/patches/patch-ae15
1 files changed, 15 insertions, 0 deletions
diff --git a/ham/yaesu/patches/patch-ae b/ham/yaesu/patches/patch-ae
new file mode 100644
index 00000000000..c90fbb18a10
--- /dev/null
+++ b/ham/yaesu/patches/patch-ae
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.1 2004/07/10 17:08:53 kristerw Exp $
+
+--- meter_rd.c.orig 2004-07-10 19:02:27.000000000 +0200
++++ meter_rd.c 2004-07-10 19:04:31.000000000 +0200
+@@ -33,8 +33,8 @@
+ n = n +1;
+ }
+ if (meter_value[5] != 0x0f7) {
+- printf("The dummy byte returned to the meter_rd function is incorrect, possible
+- serial port noise?\n");
++ printf("The dummy byte returned to the meter_rd function is incorrect, possible "
++ "serial port noise?\n");
+ } else {
+ printf("\nCurrent meter value is %x. Range is 0..0ffh.\n", meter_value[3]);
+ }