Skip to content

MCUXpresso: Fix LPTimer issue when using multiple timeout objects #5314

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

Closed
wants to merge 1 commit into from

Conversation

mmahadevan108
Copy link
Contributor

Fix for Issue #5150

Status

READY

Todos

@mmahadevan108
Copy link
Contributor Author

@0xc0170

@mmahadevan108
Copy link
Contributor Author

cc @fkjagodzinski

@@ -139,6 +139,10 @@ void lp_ticker_set_interrupt(timestamp_t timestamp)

/* Checking if LPTRM can handle this sleep */
delta_ticks = USEC_TO_COUNT(delta_us, CLOCK_GetFreq(kCLOCK_Er32kClk));
if (delta_ticks == 0)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it would be safer with brackets

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have update the PR to include the brackets

@0xc0170
Copy link
Contributor

0xc0170 commented Oct 19, 2017

Travisi problematic again, I am cherrypicking this pull request and will send a new one

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.

5 participants