Redundant functions in phone and sniffer moved

File simtrace_iso7816.c is like a library for iso specific functions.
The next step will be to use the atmel softlib functions instead.
This commit is contained in:
Christina Quast
2015-02-25 14:02:01 +01:00
parent c02571ebe2
commit c0aa769a35
5 changed files with 138 additions and 173 deletions

View File

@@ -1,3 +1,5 @@
#ifndef SIMTRACE_H
#define SIMTRACE_H
// FIXME: static function definitions
extern uint32_t _ISO7816_GetChar( uint8_t *pCharToReceive );
@@ -6,4 +8,8 @@ extern void Phone_Master_Init( void );
extern void Sniffer_Init( void );
extern void SIMtrace_USB_Initialize( void );
extern void _ISO7816_Init( void );
#endif