Turn off LED at end

This commit is contained in:
Stefan `Sec` Zehl 2011-08-12 20:26:55 +02:00
parent 97e35677db
commit 736959d47c
1 changed files with 1 additions and 0 deletions

View File

@ -9,4 +9,5 @@ void ram(void){
gpioSetValue (RB_LED1, x%2);
delayms(50);
};
gpioSetValue (RB_LED1, 0);
};