need a way to run board specific lowlevel inits
like for vreg. this is a start.
This commit is contained in:
parent
9a4a1a04d0
commit
0c4f5c61ef
5 changed files with 35 additions and 25 deletions
|
@ -1,6 +1,8 @@
|
|||
#ifndef BOARD_REDBEE_DEV_H
|
||||
#define BOARD_REDBEE_DEV_H
|
||||
|
||||
#include <std_conf.h>
|
||||
|
||||
#define LED_RED (1 << 23)
|
||||
#define LED_GREEN (1 << 24)
|
||||
#define LED_BLUE (1 << 25)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue