Reproduceable by testing each led individually in the [sifive-welcome](https://github.com/sifive/freedom-e-sdk/blob/master/software/sifive-welcome/sifive-welcome.c#L144) 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.
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.