@ -13,12 +13,12 @@
void ledExec() {
P1OUT ^= BIT0;
}
void ledInit() {
P1DIR |= BIT0;
P1OUT &= ~BIT0;
schAdd(ledExec, NULL, 0, 100);
The note is not visible to the blocked user.