paparazzi-commits
[Top][All Lists]
Advanced

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

[paparazzi-commits] [5575] fixed typo


From: antoine drouin
Subject: [paparazzi-commits] [5575] fixed typo
Date: Sun, 22 Aug 2010 18:39:16 +0000

Revision: 5575
          http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5575
Author:   poine
Date:     2010-08-22 18:39:16 +0000 (Sun, 22 Aug 2010)
Log Message:
-----------
fixed typo

Modified Paths:
--------------
    paparazzi3/trunk/conf/autopilot/rotorcraft.makefile

Modified: paparazzi3/trunk/conf/autopilot/rotorcraft.makefile
===================================================================
--- paparazzi3/trunk/conf/autopilot/rotorcraft.makefile 2010-08-22 18:28:53 UTC 
(rev 5574)
+++ paparazzi3/trunk/conf/autopilot/rotorcraft.makefile 2010-08-22 18:39:16 UTC 
(rev 5575)
@@ -82,7 +82,7 @@
 ap.srcs += sys_time.c $(SRC_ARCH)/sys_time_hw.c
 ap.CFLAGS += -DPERIODIC_TASK_PERIOD='SYS_TICS_OF_SEC((1./512.))'
 ifeq ($(ARCHI), stm32) 
-ap.CFLAGS += -DSYS_TIME_LED=(SYS_TIME_LED)
+ap.CFLAGS += -DSYS_TIME_LED=$(SYS_TIME_LED)
 endif
 
 #




reply via email to

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