mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
fix too small arr
This commit is contained in:
parent
578fc70499
commit
da3dbd9f82
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ int demodNexWatch(bool verbose) {
|
||||||
// Checksum
|
// Checksum
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint8_t magic;
|
uint8_t magic;
|
||||||
char desc[10];
|
char desc[13];
|
||||||
uint8_t chk;
|
uint8_t chk;
|
||||||
} nexwatch_magic_t;
|
} nexwatch_magic_t;
|
||||||
nexwatch_magic_t items[] = {
|
nexwatch_magic_t items[] = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue