Add port_fixed_stack for more spresence

This commit is contained in:
Scott Shawcroft 2020-05-15 17:22:41 -07:00
parent 8edb8e87c8
commit a57da6b808
No known key found for this signature in database
GPG Key ID: 9349BC7E64B1921E

View File

@ -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();