From dd2cc7eda7a74c753f132ca794666cde3f163f80 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 5 Jun 2009 07:30:23 +0000 Subject: Remove outdated AVRStudio project files from demos, projects, bootloaders. Fix makefiles of ClassDriver device demos. --- Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.aps | 1 - Demos/Device/ClassDriver/USBtoSerial/makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.aps (limited to 'Demos/Device/ClassDriver/USBtoSerial') diff --git a/Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.aps b/Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.aps deleted file mode 100644 index 2db4f97be..000000000 --- a/Demos/Device/ClassDriver/USBtoSerial/USBtoSerial.aps +++ /dev/null @@ -1 +0,0 @@ -USBtoSerial30-Sep-2008 14:18:3930-Sep-2008 14:18:52241030-Sep-2008 14:18:3944, 14, 0, 589AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\MyUSBWORK\Demos\USBtoSerial\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000Descriptors.cRingBuff.cUSBtoSerial.cDescriptors.hRingBuff.hUSBtoSerial.hmakefiledefaultYESmakefileatmega128111USBtoSerial.elfdefault\1-Wall -gdwarf-2 -std=gnu99 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enumsdefault1C:\WinAVR-20080512\bin\avr-gcc.exeC:\WinAVR-20080512\utils\bin\make.exe diff --git a/Demos/Device/ClassDriver/USBtoSerial/makefile b/Demos/Device/ClassDriver/USBtoSerial/makefile index 5cf9c617e..9c47e1677 100644 --- a/Demos/Device/ClassDriver/USBtoSerial/makefile +++ b/Demos/Device/ClassDriver/USBtoSerial/makefile @@ -119,7 +119,7 @@ OBJDIR = . # Path to the LUFA library -LUFA_PATH = ../../.. +LUFA_PATH = ../../../.. # List C source files here. (C dependencies are automatically generated.) -- cgit v1.2.3