Added support for the JM-DB-U2 board hardware.

This commit is contained in:
Dean Camera 2010-03-30 09:28:45 +00:00
parent 3790907f4d
commit 61a799ed55
8 changed files with 235 additions and 4 deletions

View file

@ -85,6 +85,8 @@
#include "BUMBLEB/Buttons.h"
#elif (BOARD == BOARD_EVK527)
#include "EVK527/Buttons.h"
#elif (BOARD == JMDBU2)
#include "JMDBU2/Buttons.h"
#elif (BOARD == BOARD_USER)
#include "Board/Buttons.h"
#else