dead value

This commit is contained in:
rusefillc 2022-09-11 02:34:02 -04:00
parent 6e71b72acc
commit 565b8dfc2d
2 changed files with 0 additions and 3 deletions

View File

@ -659,8 +659,6 @@ case TL_SEMI_AUTO:
const char *getTrigger_wheel_e(trigger_wheel_e value){
switch(value) {
case T_NONE:
return "T_NONE";
case T_PRIMARY:
return "T_PRIMARY";
case T_SECONDARY:

View File

@ -41,7 +41,6 @@ typedef enum __attribute__ ((__packed__))
typedef enum {
T_PRIMARY = 0,
T_SECONDARY = 1,
T_NONE = 15
} trigger_wheel_e;
typedef enum __attribute__ ((__packed__)) {