Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build issue: ``` /tmp/libfreefare/libfreefare/ntag21x.c:718:5: error: array index 1 is past the end of the array (which contains 1 element) [-Werror,-Warray-bounds] cmd_step1[1] = 0x00; ^ ~ /tmp/libfreefare/libfreefare/ntag21x.c:715:5: note: array 'cmd_step1' declared here uint8_t cmd_step1[1]; ^ 1 error generated. ```
- Loading branch information