Oops - make sure board driver dispatch headers test for the correct BOARD define values.

Add button support for the BENITO board target.
This commit is contained in:
Dean Camera 2010-03-30 09:46:31 +00:00
parent 61a799ed55
commit d4c421e380
7 changed files with 114 additions and 11 deletions

View file

@ -85,7 +85,9 @@
#include "BUMBLEB/Buttons.h"
#elif (BOARD == BOARD_EVK527)
#include "EVK527/Buttons.h"
#elif (BOARD == JMDBU2)
#elif (BOARD == BOARD_BENITO)
#include "BENITO/Buttons.h"
#elif (BOARD == BOARD_JMDBU2)
#include "JMDBU2/Buttons.h"
#elif (BOARD == BOARD_USER)
#include "Board/Buttons.h"