diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-13 15:03:56 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-13 15:03:56 +0000 |
commit | 0a00ee403732be3925bf68c755823b93dfb3169d (patch) | |
tree | 1c9aa891ecc263b98c2bff77c5adae82e1c623e3 /BuildTests/BoardDriverTest/BoardDeviceMap.cfg | |
parent | 998009c490409ed4419d3f3d6e43313826bc1796 (diff) | |
download | lufa-0a00ee403732be3925bf68c755823b93dfb3169d.tar.gz lufa-0a00ee403732be3925bf68c755823b93dfb3169d.tar.bz2 lufa-0a00ee403732be3925bf68c755823b93dfb3169d.zip |
Minor tweaks to the build tests to ensure that they will operate properly on all systems.
Diffstat (limited to 'BuildTests/BoardDriverTest/BoardDeviceMap.cfg')
-rw-r--r-- | BuildTests/BoardDriverTest/BoardDeviceMap.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BuildTests/BoardDriverTest/BoardDeviceMap.cfg b/BuildTests/BoardDriverTest/BoardDeviceMap.cfg index b566ce6bf..e2b8c8829 100644 --- a/BuildTests/BoardDriverTest/BoardDeviceMap.cfg +++ b/BuildTests/BoardDriverTest/BoardDeviceMap.cfg @@ -1,5 +1,5 @@ # BOARD DEFINE = {ARCH} : {MCU} :
-
+#
BOARD_USER = avr8 : at90usb1287 :
BOARD_NONE = avr8 : at90usb1287 :
BOARD_USBKEY = avr8 : at90usb1287 :
@@ -50,3 +50,4 @@ BOARD_BIGMULTIO = avr8 : atmega32u4 : BOARD_DUCE = avr8 : atmega32u2 :
BOARD_OLIMEX32U4 = avr8 : atmega32u4 :
BOARD_OLIMEXT32U4 = avr8 : atmega32u4 :
+#
\ No newline at end of file |