mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/mcb2388: provide custom led_init()
This commit is contained in:
parent
468ea89953
commit
301e955418
@ -31,6 +31,13 @@ static mtd_dev_t _mtd_mci = { .driver = &mtd_mci_driver };
|
||||
mtd_dev_t *mtd0 = &_mtd_mci;
|
||||
#endif
|
||||
|
||||
void led_init(void)
|
||||
{
|
||||
/* LEDs */
|
||||
FIO2DIR |= LED0_MASK | LED1_MASK | LED2_MASK | LED3_MASK \
|
||||
| LED4_MASK | LED5_MASK | LED6_MASK | LED7_MASK;
|
||||
}
|
||||
|
||||
void board_init(void)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user