new ref to inclue

This commit is contained in:
iceman1001
2020-10-02 14:31:03 +02:00
parent 108424d326
commit b2e58df807
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
#include "crc16.h"
#include "util.h"
#include "ui.h"
#include "mifare.h" // felica_card_select_t struct
#include "iso18.h" // felica_card_select_t struct
#include "des.h"
#define AddCrc(data, len) compute_crc(CRC_FELICA, (data), (len), (data)+(len)+1, (data)+(len))