cciddriver.h: Include USBD.h, remove function def

This commit is contained in:
Christina Quast 2015-04-09 16:55:46 +02:00
parent b878df92f4
commit 6038eebaf7
1 changed files with 1 additions and 7 deletions

View File

@ -48,13 +48,7 @@
#ifndef CCID_DRIVER_H
#define CCID_DRIVER_H
// FIXME: This is dirty! Typedef copied from USBD.h
typedef void (*TransferCallback)(void *pArg,
uint8_t status,
uint32_t transferred,
uint32_t remaining);
#include "USBD.h"
/// For reference, the absolute maximum block size
/// for a TPDU T=0 block is 260 bytes (5 bytes command; 255 bytes data), or