summaryrefslogtreecommitdiff
path: root/software/avr.lib/led.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2013-02-12 18:21:26 +0000
committerChristian Pointner <equinox@mur.at>2013-02-12 18:21:26 +0000
commit0dd620a00ccbd8a19b715555b1142b1091c6fb39 (patch)
tree6efe282a50dd948da016a1a53435dc5d90524deb /software/avr.lib/led.c
parentcleaned up beacon test (diff)
updated avr utils
avr build scripts support subware culv3 now git-svn-id: https://svn.spreadspace.org/mur.sat@668 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/avr.lib/led.c')
-rw-r--r--software/avr.lib/led.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/software/avr.lib/led.c b/software/avr.lib/led.c
index d567cef..7305c00 100644
--- a/software/avr.lib/led.c
+++ b/software/avr.lib/led.c
@@ -2,7 +2,7 @@
* spreadspace avr utils
*
*
- * Copyright (C) 2012 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2013 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of spreadspace avr utils.
*
@@ -28,7 +28,7 @@
#define NUM_LEDS 2
#elif defined(__BOARD_teensy1__) || defined(__BOARD_teensy1pp__) || defined(__BOARD_teensy2__) || defined(__BOARD_teensy2pp__) \
|| defined(__BOARD_arduinoNG__) || defined(__BOARD_arduino2009v2__) || defined(__BOARD_arduino2009__) || defined(__BOARD_arduino10000__) \
- || defined(__BOARD_hhd70dongle__)
+ || defined(__BOARD_hhd70dongle__) || defined(__BOARD_culV3__)
#define NUM_LEDS 1
#else
#define NUM_LEDS 0
@@ -56,7 +56,7 @@
#define LED2_PINNUM 6
#endif
-#if defined(__BOARD_hhd70dongle__)
+#if defined(__BOARD_hhd70dongle__) || defined(__BOARD_culV3__)
#define LED_PORT PORTE
#define LED_DDR DDRE
#define LED_PINNUM 6