Skip to content

Commit

Permalink
possible cortex m4 fpu bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
SelmanOzleyen authored and niondir committed Feb 25, 2021
1 parent 3bb0de7 commit a066487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions freertos-rust/src/base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ pub struct FreeRtosTaskStatusFfi {
pub current_priority: FreeRtosUBaseType,
pub base_priority: FreeRtosUBaseType,
pub run_time_counter: FreeRtosUnsignedLong,
pub stack_base: FreeRtosCharPtr,
pub stack_high_water_mark: FreeRtosUnsignedShort,
}

Expand Down

0 comments on commit a066487

Please sign in to comment.