From 5c14d66bee6b0ad59f5faebf72eef115e331581d Mon Sep 17 00:00:00 2001 From: Travis Geiselbrecht Date: Tue, 22 May 2012 20:07:09 -0700 Subject: [PATCH] [sam] adk2 has no usb device --- hardware/arduino/sam/variants/adk2/variant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/arduino/sam/variants/adk2/variant.h b/hardware/arduino/sam/variants/adk2/variant.h index 266a84070..4b1816abb 100644 --- a/hardware/arduino/sam/variants/adk2/variant.h +++ b/hardware/arduino/sam/variants/adk2/variant.h @@ -24,7 +24,7 @@ *----------------------------------------------------------------------------*/ // We have native USB on this variant -#define USBCON +//#define USBCON #include "Arduino.h" #ifdef __cplusplus