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/CDC/CDC.aps | 1 - Demos/Device/ClassDriver/CDC/makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 Demos/Device/ClassDriver/CDC/CDC.aps (limited to 'Demos/Device/ClassDriver/CDC') diff --git a/Demos/Device/ClassDriver/CDC/CDC.aps b/Demos/Device/ClassDriver/CDC/CDC.aps deleted file mode 100644 index 83dde595d..000000000 --- a/Demos/Device/ClassDriver/CDC/CDC.aps +++ /dev/null @@ -1 +0,0 @@ -CDC30-Sep-2008 14:04:3430-Sep-2008 14:04:56241030-Sep-2008 14:04:3444, 14, 0, 589AVR GCCC:\Users\Dean\Documents\Electronics\Projects\WORK\MyUSBWORK\Demos\CDC\falseR00R01R02R03R04R05R06R07R08R09R10R11R12R13R14R15R16R17R18R19R20R21R22R23R24R25R26R27R28R29R30R31Auto000CDC.cDescriptors.cCDC.hDescriptors.hmakefiledefaultYESmakefileatmega128111CDC.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/CDC/makefile b/Demos/Device/ClassDriver/CDC/makefile index bd4ff36b9..a244f1fa1 100644 --- a/Demos/Device/ClassDriver/CDC/makefile +++ b/Demos/Device/ClassDriver/CDC/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