Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Fixed do_blink to use loop instead of recursive call. #148

Merged
merged 4 commits into from
Dec 21, 2016

Conversation

simosillankorva
Copy link
Contributor

No description provided.

red_led = 1;
status_ticker.attach_us(blinky, 250000);
return;
for(;;){

Choose a reason for hiding this comment

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

Please use the same coding style as in rest of file, i.e. add space between "for" and "(" and before "{".

@simosillankorva simosillankorva merged commit 9cd57c8 into master Dec 21, 2016
@simosillankorva simosillankorva deleted the do_blick-fix branch December 21, 2016 09:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants