Skip to content

Commit

Permalink
Update cmd.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Sucareto authored Apr 8, 2022
1 parent b914ff5 commit 799bf58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CRGB leds[NUM_LEDS];
PN532_I2C pn532i2c(Wire);
PN532 nfc(pn532i2c);

uint8_t AimeKey[6], BanaKey[6];;
uint8_t AimeKey[6], BanaKey[6];

enum {
SG_NFC_CMD_GET_FW_VERSION = 0x30,
Expand Down

0 comments on commit 799bf58

Please sign in to comment.