chg rework tx55 clone

This commit is contained in:
iceman1001 2019-09-26 20:36:13 +02:00
commit 563f6bee47
2 changed files with 17 additions and 53 deletions

View file

@ -11,20 +11,6 @@
#include "common.h"
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include "cmdparser.h" // command_t
#include "comms.h"
#include "ui.h"
#include "cmddata.h"
#include "cmdlf.h"
#include "protocols.h" // for T55xx config register definitions
#include "lfdemod.h" // parityTest
#include "cmdlft55xx.h" // verifywrite
int CmdLFPresco(const char *Cmd);
int demodPresco(void);