Skip to content

Pass an integer value for callback interval as API has been updated #257

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 3 commits into from
Closed

Pass an integer value for callback interval as API has been updated #257

wants to merge 3 commits into from

Conversation

hugueskamba
Copy link
Contributor

Mbed OS PR for API change: ARMmbed/mbed-os#11236

@@ -154,7 +154,7 @@ do { \
mbedtls_printf(HEADER_FORMAT, TITLE); \
fflush(stdout); \
\
for (i = 1, alarmed = 0, t.attach(alarm, 1.0); !alarmed; i++) { \
for (i = 1, alarmed = 0, t.attach_s(alarm, 1); !alarmed; i++) { \
Copy link

Choose a reason for hiding this comment

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

This depends on ARMmbed/mbed-os#11236 being released

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's the whole point of the PR and it says so in the description.

@hugueskamba
Copy link
Contributor Author

Closing this PR as the solution in ARMmbed/mbed-os#11236 requires no change from the API users.

@hugueskamba hugueskamba deleted the hk-iotcore-1315-remove-floating-point-ticker branch August 16, 2019 08:46
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.

2 participants