Add port_fixed_stack for more spresence
This commit is contained in:
parent
8edb8e87c8
commit
a57da6b808
@ -76,6 +76,10 @@ void reset_port(void) {
|
||||
void reset_to_bootloader(void) {
|
||||
}
|
||||
|
||||
supervisor_allocation* port_fixed_stack(void) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
uint32_t *port_stack_get_limit(void) {
|
||||
struct tcb_s *rtcb = this_task();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user