mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-12 17:46:18 +00:00
arygon: remove unused variable
arygon.c:94:22: warning: unused variable 'arygon_error_incomplete_command' [-Wunused-const-variable]
static const uint8_t arygon_error_incomplete_command[] = "FF0C0000\x0d\x0a";
^
This commit is contained in:
@@ -91,7 +91,6 @@ struct arygon_data {
|
|||||||
|
|
||||||
// ARYGON frames
|
// ARYGON frames
|
||||||
static const uint8_t arygon_error_none[] = "FF000000\x0d\x0a";
|
static const uint8_t arygon_error_none[] = "FF000000\x0d\x0a";
|
||||||
static const uint8_t arygon_error_incomplete_command[] = "FF0C0000\x0d\x0a";
|
|
||||||
static const uint8_t arygon_error_unknown_mode[] = "FF060000\x0d\x0a";
|
static const uint8_t arygon_error_unknown_mode[] = "FF060000\x0d\x0a";
|
||||||
|
|
||||||
// Prototypes
|
// Prototypes
|
||||||
|
|||||||
Reference in New Issue
Block a user