[board msba2]
* fixed header guards [drivers ltc4150] * added joule conversion
This commit is contained in:
parent
1933006138
commit
0a05f0901e
@ -24,8 +24,8 @@ and the mailinglist (subscription via web site)
|
||||
scatterweb@lists.spline.inf.fu-berlin.de
|
||||
*******************************************************************************/
|
||||
|
||||
#ifndef __BOARD_H
|
||||
#define __BOARD_H
|
||||
#ifndef __MSBA2_COMMON_H
|
||||
#define __MSBA2_COMMON_H
|
||||
|
||||
/**
|
||||
* @ingroup msb_a2
|
||||
@ -48,4 +48,4 @@ and the mailinglist (subscription via web site)
|
||||
#define VICIntEnClear VICIntEnClr
|
||||
|
||||
/** @} */
|
||||
#endif // __BOARD_H
|
||||
#endif // __MSBA2_COMMON_H
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
#define __BOARD_H
|
||||
|
||||
#include <msba2_common.h>
|
||||
#include <bitarithm.h>
|
||||
|
||||
#define LED_RED_PIN (BIT25)
|
||||
#define LED_GREEN_PIN (BIT26)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user