You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was testing this out on an STM32L0 and I found that my program was freezing before the commands even started. I eventually tracked it down to the set_led function having no return value. Adding return true to line 99 fixed the problem.
Apologies for not issuing a pull request or submitting a patch as I'm nots sure how to do that.
The text was updated successfully, but these errors were encountered:
I was testing this out on an STM32L0 and I found that my program was freezing before the commands even started. I eventually tracked it down to the
set_led
function having no return value. Addingreturn true
to line 99 fixed the problem.Apologies for not issuing a pull request or submitting a patch as I'm nots sure how to do that.
The text was updated successfully, but these errors were encountered: