Skip to content

Commit a57da6b

Browse files
committed
Add port_fixed_stack for more spresence
1 parent 8edb8e8 commit a57da6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ports/cxd56/supervisor/port.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ void reset_port(void) {
7676
void reset_to_bootloader(void) {
7777
}
7878

79+
supervisor_allocation* port_fixed_stack(void) {
80+
return NULL;
81+
}
82+
7983
uint32_t *port_stack_get_limit(void) {
8084
struct tcb_s *rtcb = this_task();
8185

0 commit comments

Comments
 (0)