mirror of
https://github.com/LedgerHQ/openpgp-card-app
synced 2024-11-09 07:10:30 +00:00
Merge branch '1.6-og' of AppDave/openpgp-card-app into master
This commit is contained in:
commit
023594ef55
@ -18,20 +18,19 @@
|
||||
|
||||
#include "bolos_target.h"
|
||||
|
||||
#if TARGET_ID == 0x31100004
|
||||
//Use original naming of NanoS 1.5.5
|
||||
|
||||
#elif TARGET_ID == 0x33000004
|
||||
#if (TARGET_ID == 0x33000004) || ((TARGET_ID == 0x31100004) && (CX_APILEVEL >= 10))
|
||||
#include "os_io_usb.h"
|
||||
// from NanoX 1.2.4 remap G_io_apdu_xx
|
||||
#define G_io_apdu_state G_io_app.apdu_state
|
||||
#define G_io_apdu_length G_io_app.apdu_length
|
||||
#define G_io_apdu_state G_io_app.apdu_state
|
||||
|
||||
#elif TARGET_ID == 0x31100004
|
||||
//Use original naming of NanoS 1.5.5
|
||||
|
||||
#else
|
||||
//Unknown
|
||||
#error Target Not Supported
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user