summaryrefslogtreecommitdiff
path: root/apps/plugins/calculator.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/calculator.c')
-rw-r--r--apps/plugins/calculator.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/calculator.c b/apps/plugins/calculator.c
index 51b9cfacc7..ba18cc1c55 100644
--- a/apps/plugins/calculator.c
+++ b/apps/plugins/calculator.c
@@ -76,6 +76,8 @@ F3: equal to "="
76#ifdef HAVE_LCD_BITMAP 76#ifdef HAVE_LCD_BITMAP
77#include "math.h" 77#include "math.h"
78 78
79PLUGIN_HEADER
80
79#define REC_HEIGHT 10 /* blank height = 9 */ 81#define REC_HEIGHT 10 /* blank height = 9 */
80#define REC_WIDTH 22 /* blank width = 21 */ 82#define REC_WIDTH 22 /* blank width = 21 */
81 83
@@ -1324,7 +1326,6 @@ Main();
1324----------------------------------------------------------------------- */ 1326----------------------------------------------------------------------- */
1325enum plugin_status plugin_start(struct plugin_api* api, void* parameter) 1327enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
1326{ 1328{
1327 TEST_PLUGIN_API(api);
1328 (void)parameter; 1329 (void)parameter;
1329 rb = api; 1330 rb = api;
1330 1331