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:
parent
e4df2f3334
commit
9a749e1a66
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue