1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 05:53:49 +01:00

* fixed includes for msb-a2

This commit is contained in:
Oliver Hahm 2013-06-10 16:15:38 +02:00 committed by Oleg Hahm
parent 25b6ed699c
commit abb028767c
2 changed files with 1 additions and 2 deletions

View File

@ -40,7 +40,6 @@ and the mailinglist (subscription via web site)
*
* @note $Id$
*/
#include <board.h>
#include <lpc23xx.h>
#include <VIC.h>
#include <cpu.h>

View File

@ -1,3 +1,3 @@
export INCLUDES += -I$(RIOTBOARD)/msba2-common/include
export INCLUDES += -Iinclude -I$(RIOTBOARD)/msba2-common/include
include $(RIOTBOARD)/msba2-common/Makefile.include