Index: apps/plugins/metronome.c =================================================================== --- apps/plugins/metronome.c (revision 20430) +++ apps/plugins/metronome.c (working copy) @@ -644,6 +644,11 @@ #define METRONOME_MSG_START "press play" #define METRONOME_MSG_STOP "press pause" +/* SANSA_C200_PAD doesn't have a PLA_START */ +#if CONFIG_KEYPAD == SANSA_C200_PAD +#define METRONOME_PLAYPAUSE PLA_UP +#endif + #if (CONFIG_KEYPAD == IRIVER_H100_PAD) || (CONFIG_KEYPAD == IRIVER_H300_PAD) #define MET_SYNC static const struct button_mapping iriver_syncaction[] =