allow ommiting data in vicc_transmit/vicc_connect

allows using these operations for both ends, vicc *and* vpcd
This commit is contained in:
Frank Morgner
2015-03-14 15:03:16 +01:00
parent 1af188e2b2
commit aa90d22813
2 changed files with 11 additions and 10 deletions

View File

@@ -42,12 +42,6 @@ extern "C" {
/** Standard port of the virtual smart card reader */
#define VPCDPORT 35963
/** how long to wait for a card in seconds */
extern long vpcd_waitsecs;
/** how long to wait for a card in microseconds */
extern long vpcd_waitusecs;
/**
* @brief Initialize the module
*