Update task_stack_cortexm.c

Added build tag.
This commit is contained in:
waj334
2023-03-17 11:30:04 -05:00
committed by Ron Evans
parent a3fdbec13d
commit 13fb5aa7e7
+2 -1
View File
@@ -1,3 +1,4 @@
//go:build scheduler.tasks && cortexm
#include <stdint.h>
uintptr_t SystemStack() {
@@ -9,4 +10,4 @@ uintptr_t SystemStack() {
: "memory"
);
return sp;
}
}