Skip to content

Commit

Permalink
Patch build now that ERR_APD_LEN is no longuer available in the SDK h…
Browse files Browse the repository at this point in the history
…eaders
  • Loading branch information
Xavier Chapron committed Mar 21, 2024
1 parent 18fa778 commit 29e06e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
// Error type mask
#define ERROR_TYPE_MASK 0xF000

// Length error
#ifndef ERR_APD_LEN
#define ERR_APD_LEN 0x6700
#endif

// Constants

Expand Down

0 comments on commit 29e06e5

Please sign in to comment.