paparazzi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paparazzi-commits] [4930] added support for both direct ( aka GPIO ) an


From: antoine drouin
Subject: [paparazzi-commits] [4930] added support for both direct ( aka GPIO ) and fifo-driven LEDs
Date: Mon, 14 Jun 2010 16:22:46 +0000

Revision: 4930
          http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=4930
Author:   poine
Date:     2010-06-14 16:22:46 +0000 (Mon, 14 Jun 2010)
Log Message:
-----------
added support for both direct ( aka GPIO ) and fifo-driven LEDs

Modified Paths:
--------------
    paparazzi3/trunk/sw/airborne/stm32/led_hw.c

Modified: paparazzi3/trunk/sw/airborne/stm32/led_hw.c
===================================================================
--- paparazzi3/trunk/sw/airborne/stm32/led_hw.c 2010-06-14 16:20:46 UTC (rev 
4929)
+++ paparazzi3/trunk/sw/airborne/stm32/led_hw.c 2010-06-14 16:22:46 UTC (rev 
4930)
@@ -1,5 +1,6 @@
 #include "led.h"
 
+#ifdef LED_STP08
 uint8_t led_status[NB_LED];
+#endif
 
-




reply via email to

[Prev in Thread] Current Thread [Next in Thread]