diff --git a/apps/plugins/invadrox.c b/apps/plugins/invadrox.c index befd91e5a7..5dfcf8b080 100644 --- a/apps/plugins/invadrox.c +++ b/apps/plugins/invadrox.c @@ -1605,7 +1605,7 @@ void init_invadrox(void) inline bool handle_buttons(void) { - static unsigned int oldbuttonstate IDATA_ATTR = 0; + static unsigned int oldbuttonstate = 0; unsigned int released, pressed, newbuttonstate;