From fdef5bea8708784ecacd15bb820d91c96e5098a6 Mon Sep 17 00:00:00 2001 From: "Alex V Flinsch, KC2IVL" Date: Fri, 14 Feb 2003 15:23:00 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1373 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- yaesu/ft100.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yaesu/ft100.c b/yaesu/ft100.c index 4d00c145c..e5b838445 100644 --- a/yaesu/ft100.c +++ b/yaesu/ft100.c @@ -7,7 +7,7 @@ * The starting point for this code was Frank's ft847 implementation. * * - * $Id: ft100.c,v 1.6 2002-12-01 03:08:05 n0nb Exp $ + * $Id: ft100.c,v 1.7 2003-02-14 15:23:00 avflinsch Exp $ * * * This library is free software; you can redistribute it and/or @@ -44,14 +44,14 @@ #include "yaesu_tones.h" - +// avf/kc2ivl fixed translation table feb-14-2003 const char *CFREQ_TBL[256] = { "00", "01", "02", "03", "04", "05", "06", "07", "08", "09","0A","0B","0C","0D","0E", "0F", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19","1A","1B","1C","1D","1E", "1F", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29","2A","2B","2C","2D","2E", "2F", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39","3A","3B","3C","3D","3E", "3F", - "40", "41", "42", "43", "44", "45", "46", "47", "48", "49","43","4B","4C","4D","4E", "4F", + "40", "41", "42", "43", "44", "45", "46", "47", "48", "49","4A","4B","4C","4D","4E", "4F", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59","5A","5B","5C","5D","5E", "5F", "60", "61", "62", "63", "64", "65", "66", "67", "68", "69","6A","6B","6C","6D","6E", "6F", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79","7A","7B","7C","7D","7E", "7F",