summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-06-30 21:45:54 +0200
committerChristian Pointner <equinox@spreadspace.org>2015-06-30 21:45:54 +0200
commit2091e6050ec89543d164c7d4f96c9925a3e0f1a9 (patch)
treedfe7f1550ab28c2df5a89841107bc0bdccc4e2f3
parentadded support for C++ based projects (diff)
renamed usb-led2 example to usb-dual-led
-rw-r--r--usb-dual-led/Makefile (renamed from usb-led2/Makefile)4
-rw-r--r--usb-dual-led/usb-dual-led.c (renamed from usb-led2/usb-led2.c)0
2 files changed, 2 insertions, 2 deletions
diff --git a/usb-led2/Makefile b/usb-dual-led/Makefile
index 2f7cb33..d975a3d 100644
--- a/usb-led2/Makefile
+++ b/usb-dual-led/Makefile
@@ -20,7 +20,7 @@
## along with spreadspace avr utils. If not, see <http://www.gnu.org/licenses/>.
##
-NAME := usb-led2
+NAME := usb-dual-led
BOARD_TYPE := teensy2
OBJ := $(NAME).o
LIBS := util led lufa-descriptor-usbdualserial dualusbio
@@ -38,7 +38,7 @@ LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENAB
LUFA_OPTS += -D INTERRUPT_CONTROL_ENDPOINT
LUFA_OPTS += -D USB_MANUFACTURER="L\"equinox\""
-LUFA_OPTS += -D USB_PRODUCT="L\"spreadspace usb-led2 example\""
+LUFA_OPTS += -D USB_PRODUCT="L\"spreadspace usb-dual-led example\""
LUFA_COMPONENTS := USB USBCLASS
diff --git a/usb-led2/usb-led2.c b/usb-dual-led/usb-dual-led.c
index 139e841..139e841 100644
--- a/usb-led2/usb-led2.c
+++ b/usb-dual-led/usb-dual-led.c