diff options
Diffstat (limited to 'apps/plugins/stats.c')
| -rw-r--r-- | apps/plugins/stats.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/stats.c b/apps/plugins/stats.c index fbc00d3..388a617 100644 --- a/apps/plugins/stats.c +++ b/apps/plugins/stats.c @@ -107,6 +107,9 @@ static bool cancel; #elif CONFIG_KEYPAD == MPIO_HD200_PAD #define STATS_STOP BUTTON_REC +#elif CONFIG_KEYPAD == MPIO_HD300_PAD +#define STATS_STOP BUTTON_REC + #else #error No keymap defined! #endif |