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
{{ message }}
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
Reproduceable by testing each led individually in the sifive-welcome example by commenting out the other two colors.
wait_for_timer(led0_red);
//wait_for_timer(led0_green);
//wait_for_timer(led0_blue);
led0_red, led0_green, and led0_blue shows colors Blue, Red, and Green respectively.
The text was updated successfully, but these errors were encountered: