summaryrefslogtreecommitdiff
path: root/apps/plugins/pong.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pong.c')
-rw-r--r--apps/plugins/pong.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/pong.c b/apps/plugins/pong.c
index 41507c5ff4..4e9d99b8f0 100644
--- a/apps/plugins/pong.c
+++ b/apps/plugins/pong.c
@@ -20,6 +20,8 @@
20 20
21#ifdef HAVE_LCD_BITMAP 21#ifdef HAVE_LCD_BITMAP
22 22
23PLUGIN_HEADER
24
23#define PAD_HEIGHT LCD_HEIGHT / 6 /* Recorder: 10 iRiver: 21 */ 25#define PAD_HEIGHT LCD_HEIGHT / 6 /* Recorder: 10 iRiver: 21 */
24#define PAD_WIDTH LCD_WIDTH / 50 /* Recorder: 2 iRiver: 2 */ 26#define PAD_WIDTH LCD_WIDTH / 50 /* Recorder: 2 iRiver: 2 */
25 27
@@ -336,9 +338,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
336 /* if you don't use the parameter, you can do like 338 /* if you don't use the parameter, you can do like
337 this to avoid the compiler warning about it */ 339 this to avoid the compiler warning about it */
338 (void)parameter; 340 (void)parameter;
339 341
340 TEST_PLUGIN_API(api);
341
342 rb = api; /* use the "standard" rb pointer */ 342 rb = api; /* use the "standard" rb pointer */
343 343
344 /* Clear screen */ 344 /* Clear screen */