mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 00:13:43 +00:00
Update task_stack_cortexm.c
Added build tag.
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
//go:build scheduler.tasks && cortexm
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
uintptr_t SystemStack() {
|
uintptr_t SystemStack() {
|
||||||
@@ -9,4 +10,4 @@ uintptr_t SystemStack() {
|
|||||||
: "memory"
|
: "memory"
|
||||||
);
|
);
|
||||||
return sp;
|
return sp;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user