diff --git a/ft747/test/testlibft747.c b/ft747/test/testlibft747.c index 692dcc229..8f1ca4165 100644 --- a/ft747/test/testlibft747.c +++ b/ft747/test/testlibft747.c @@ -6,7 +6,7 @@ * box (FIF-232C) or similar. * * - * $Id: testlibft747.c,v 1.4 2000-07-29 00:50:45 javabear Exp $ + * $Id: testlibft747.c,v 1.5 2000-07-30 04:05:35 javabear Exp $ * */ @@ -140,23 +140,7 @@ static void decode_band_data(unsigned char data) { } -/* - * Do a hex dump of the unsigned car array. - */ -static void dump_hex(unsigned char *ptr, int size, int length) { - int i; - - printf("Memory Dump \n\n"); - for(i=0; idisplayed_freq[1], + printf("Frequency = %x.%.2x%.2x%.2x \n", header->displayed_freq[1], header->displayed_freq[2], header->displayed_freq[3], header->displayed_freq[4] @@ -211,7 +191,6 @@ static int test(fd) { decode_mode_bit_map(datain[24]); /* decode mode bit map */ decode_band_data(datain[6]); /* decode current band data */ - dump_hex(datain, 345, 16); /* do a hex dump */ return 0; }