diff options
Diffstat (limited to 'apps/plugins/pong.c')
| -rw-r--r-- | apps/plugins/pong.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/pong.c b/apps/plugins/pong.c index 41507c5..4e9d99b 100644 --- a/apps/plugins/pong.c +++ b/apps/plugins/pong.c @@ -20,6 +20,8 @@ #ifdef HAVE_LCD_BITMAP +PLUGIN_HEADER + #define PAD_HEIGHT LCD_HEIGHT / 6 /* Recorder: 10 iRiver: 21 */ #define PAD_WIDTH LCD_WIDTH / 50 /* Recorder: 2 iRiver: 2 */ @@ -336,9 +338,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) /* if you don't use the parameter, you can do like this to avoid the compiler warning about it */ (void)parameter; - - TEST_PLUGIN_API(api); - + rb = api; /* use the "standard" rb pointer */ /* Clear screen */ |