summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/sd-as3525v2.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/sd-as3525v2.c')
-rw-r--r--firmware/target/arm/as3525/sd-as3525v2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/sd-as3525v2.c b/firmware/target/arm/as3525/sd-as3525v2.c
index 1f8044a18b..e8a0719b11 100644
--- a/firmware/target/arm/as3525/sd-as3525v2.c
+++ b/firmware/target/arm/as3525/sd-as3525v2.c
@@ -23,6 +23,7 @@
23#include "config.h" /* for HAVE_MULTIVOLUME */ 23#include "config.h" /* for HAVE_MULTIVOLUME */
24#include "fat.h" 24#include "fat.h"
25#include "thread.h" 25#include "thread.h"
26#include "gcc_extensions.h"
26#include "led.h" 27#include "led.h"
27#include "sdmmc.h" 28#include "sdmmc.h"
28#include "system.h" 29#include "system.h"
@@ -616,7 +617,7 @@ static int sd_init_card(const int drive)
616 return 0; 617 return 0;
617} 618}
618 619
619static void sd_thread(void) __attribute__((noreturn)); 620static void sd_thread(void) NORETURN_ATTR;
620static void sd_thread(void) 621static void sd_thread(void)
621{ 622{
622 struct queue_event ev; 623 struct queue_event ev;