summaryrefslogtreecommitdiffstats
path: root/firmware/scroll_engine.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/scroll_engine.c')
-rw-r--r--firmware/scroll_engine.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/scroll_engine.c b/firmware/scroll_engine.c
index fb1628a9c4..70bbcbeae1 100644
--- a/firmware/scroll_engine.c
+++ b/firmware/scroll_engine.c
@@ -23,6 +23,7 @@
*
****************************************************************************/
#include "config.h"
+#include "gcc_extensions.h"
#include "cpu.h"
#include "kernel.h"
#include "thread.h"
@@ -257,7 +258,7 @@ static bool scroll_process_message(int delay)
}
#endif /* HAVE_REMOTE_LCD */
-static void scroll_thread(void) __attribute__((noreturn));
+static void scroll_thread(void) NORETURN_ATTR;
#ifdef HAVE_REMOTE_LCD
static void scroll_thread(void)