pub unsafe extern "C" fn furi_thread_set_stack_size(
    thread: *mut FuriThread,
    stack_size: usize
)
Expand description

Set FuriThread stack size

Arguments

  • thread - FuriThread instance
  • stack_size - stack size in bytes