mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +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>
|
||||
|
||||
uintptr_t SystemStack() {
|
||||
@@ -9,4 +10,4 @@ uintptr_t SystemStack() {
|
||||
: "memory"
|
||||
);
|
||||
return sp;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user