Skip to content

Commit

Permalink
bloodlight_based.c: Switch on Leds`
Browse files Browse the repository at this point in the history
Signed-off-by: Iker Perez del Palomar Sustatxa <iker.perez@codethink.co.uk>
  • Loading branch information
Iker Perez del Palomar Sustatxa committed May 25, 2021
1 parent b6b5ed5 commit 01b3ce2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/led/bloodlight_based.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void main (void) {
printk("Before led init\n");
bl_led_init();
printk("After led init\n");
bl_led_status_set(true);
bl_led_set(0xffff);

bl_led_status_set(true);
bl_led_status_set(false);
bl_led_set(0x10);
};

0 comments on commit 01b3ce2

Please sign in to comment.