This commit is contained in:
Scott Shawcroft 2023-03-22 09:24:03 -07:00
parent 0eb08509f0
commit b583488652
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA
1 changed files with 2 additions and 1 deletions

View File

@ -39,8 +39,9 @@ void stack_init(void) {
void stack_resize(void) {
}
void set_next_stack_size(uint32_t size) {
bool set_next_stack_size(uint32_t size) {
(void)size;
return true;
}
uint32_t get_current_stack_size(void) {