Skip to content

Commit

Permalink
Update cmdhficlass.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiklesys committed Oct 29, 2023
1 parent 39e451b commit 916cbf3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions client/src/cmdhficlass.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,6 @@ typedef enum {
TRIPLEDES
} BLOCK79ENCRYPTION;

static inline uint32_t leadingzeros(uint64_t a) {
#if defined __GNUC__
return __builtin_clzll(a);
#else
return 0;
#endif
}

static void iclass_upload_emul(uint8_t *d, uint16_t n, uint16_t offset, uint16_t *bytes_sent) {

struct p {
Expand Down

0 comments on commit 916cbf3

Please sign in to comment.