diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/oscilloscope.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/oscilloscope.c b/apps/plugins/oscilloscope.c index c418f12..13cc359 100644 --- a/apps/plugins/oscilloscope.c +++ b/apps/plugins/oscilloscope.c @@ -392,7 +392,7 @@ #define OSCILLOSCOPE_QUIT BUTTON_POWER #define OSCILLOSCOPE_DRAWMODE BUTTON_SELECT #define OSCILLOSCOPE_ADVMODE BUTTON_BACK -#define OSCILLOSCOPE_ORIENTATION (BUTTON_BACK|BUTTON_REPEAT) +#define OSCILLOSCOPE_ORIENTATION BUTTON_UP #define OSCILLOSCOPE_PAUSE BUTTON_PLAYPAUSE #define OSCILLOSCOPE_SPEED_UP BUTTON_LEFT #define OSCILLOSCOPE_SPEED_DOWN BUTTON_RIGHT |