[board msba2]

* fixed header guards

[drivers ltc4150]
* added joule conversion
This commit is contained in:
Oliver Hahm 2011-03-04 16:46:20 +01:00
parent 1933006138
commit 0a05f0901e
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -2,6 +2,7 @@
#define __BOARD_H
#include <msba2_common.h>
#include <bitarithm.h>
#define LED_RED_PIN (BIT25)
#define LED_GREEN_PIN (BIT26)