Fixed restart in JTAG430 module to prevent a reconnection warning on startup.
[goodfet] / firmware / include / smartcard.h
1 /*! \file smartcard.h
2   \author Dave Huseby
3   \brief adds support for communicating with smart cards and sim cards.
4 */
5
6 #ifndef SMARTCARD_H
7 #define SMARTCARD_H
8
9 #include "app.h"
10
11 #define SMARTCARD 0x73
12
13 extern app_t const smartcard_app;
14
15 #endif
16