From ee0c76f0638ec37560f32bde6a3f28fe1c2d1fec Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Mon, 25 Mar 2013 00:42:45 +0100 Subject: [PATCH] Removed unused file --- hardware/arduino/sam/sam.bat | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 hardware/arduino/sam/sam.bat diff --git a/hardware/arduino/sam/sam.bat b/hardware/arduino/sam/sam.bat deleted file mode 100644 index 27441877b..000000000 --- a/hardware/arduino/sam/sam.bat +++ /dev/null @@ -1,10 +0,0 @@ -set Path=%ARM_GCC_TOOLCHAIN% -export Path - -start "libsam" /d"system\libsam\build_gcc" /max "cd" -start "libarduino" /d"cores\arduino\build_gcc" /max "cd" -rem start "libvariant Arduino Due U" /d"variants\arduino_due_u\build_gcc" /max "cd" -start "libvariant Arduino Due X" /d"variants\arduino_due_x\build_gcc" /max "cd" -rem start "libvariant ADK2" /d"..\..\google\sam\variants\adk2\build_gcc" /max "cd" -rem start "libvariant SAM3X-EK" /d"..\..\atmel\sam\variants\sam3x_ek\build_gcc" /max "cd" -start "test" /d"cores\arduino\validation_usb_host\build_gcc" /max "cd"