comments on led color

This commit is contained in:
Felix Ruess
2012-06-22 01:05:34 +02:00
parent e84cabf85a
commit 197737ed36
+3
View File
@@ -37,18 +37,21 @@
/* Peripheral bus clock freq. */
#define PCLK (CCLK / PBSD_VAL)
/* green */
#ifndef USE_LED_1
#define USE_LED_1 1
#endif
#define LED_1_BANK 1
#define LED_1_PIN 17
/* red */
#ifndef USE_LED_2
#define USE_LED_2 1
#endif
#define LED_2_BANK 1
#define LED_2_PIN 16
/* yellow */
#ifndef USE_LED_3
#define USE_LED_3 1
#endif