Fixed compilation errors/warnings

This commit is contained in:
Alexandre Paillier
2022-05-02 18:28:02 +02:00
parent c689b68f76
commit d333b3a433
5 changed files with 8 additions and 9 deletions

View File

@@ -34,9 +34,6 @@ typedef enum
ARRAY_FIXED_SIZE
} e_array_type;
#define MIN(a,b) ((a > b) ? b : a)
#define MAX(a,b) ((a > b) ? a : b)
// APDUs INS
#define INS_STRUCT_DEF 0x18
#define INS_STRUCT_IMPL 0x1A