Added board hardware driver support for the Benito programmer.

This commit is contained in:
Dean Camera 2010-03-30 09:08:26 +00:00
parent a8cbe3466b
commit 3790907f4d
6 changed files with 32 additions and 7 deletions

View file

@ -98,9 +98,12 @@
/** Selects the Teensy (all versions) specific board drivers, including the driver for the board LEDs. */
#define BOARD_TEENSY 11
/** Selects the USBTINY MKII specific board drivers, , including the driver for the board LEDs. */
/** Selects the USBTINY MKII specific board drivers, including the driver for the board LEDs. */
#define BOARD_USBTINYMKII 12
/** Selects the Benito specific board drivers, including the driver for the board LEDs. */
#define BOARD_BENITO 13
#if !defined(__DOXYGEN__)
#define BOARD_ BOARD_NONE