Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cortex m4f bugfix of task.h #7

Merged
merged 1 commit into from
Feb 25, 2021
Merged

Conversation

selmanozleyen
Copy link
Contributor

Made a minor fix. #6

pub struct FreeRtosTaskStatusFfi {
    pub handle: FreeRtosTaskHandle,
    pub task_name: FreeRtosCharPtr,
    pub task_number: FreeRtosUBaseType,
    pub task_state: FreeRtosTaskState,
    pub current_priority: FreeRtosUBaseType,
    pub base_priority: FreeRtosUBaseType,
    pub run_time_counter: FreeRtosUnsignedLong,
    pub stack_base: FreeRtosCharPtr, // <- added this line
    pub stack_high_water_mark: FreeRtosUnsignedShort,
}

@niondir
Copy link
Member

niondir commented Feb 25, 2021

Thanks it' great to see that the crate is getting used. We are also planing to use it more internally. Looking forward :)

@niondir niondir merged commit a066487 into lobaro:master Feb 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants