paparazzi-devel
[Top][All Lists]
Advanced

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

[Paparazzi-devel] Master branch small problems


From: Chris
Subject: [Paparazzi-devel] Master branch small problems
Date: Sat, 04 May 2013 12:38:15 +0300
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130329 Thunderbird/17.0.5

Hi Felix
After compiling all my projects with the development (master) branch i noticed three things:

1) i am beggining to like the new state interface now that i have understood and used it :-)

2)
I think there are some typo mistakes in "lisa_m_2.0.h"
/* PC12, on GPIO connector*/
#define LED_12_GPIO GPIOC
#define LED_12_GPIO_CLK RCC_APB2ENR_IOPCEN
#define LED_12_GPIO_PIN GPIO12
#define LED_1_GPIO_ON GPIO_BRR     // shouldn't be 12?
#define LED_1_GPIO_OFF GPIO_BSRR // shouldn't be 12?
#define LED_12_AFIO_REMAP ((void)0)

3)
When i compile a lisa m2 type of fixed wing i get this warning:
from arch/stm32/subsystems/radio_control/ppm_arch.c:40:
../ext/libopencm3/include/libopencm3/cm3/nvic.h:134:11: warning: redundant redeclaration of 'sys_tick_handler' [-Wredundant-decls] /home/hendrix/paparazzi/sw/airborne/arch/stm32/mcu_periph/sys_time_arch.h:42:13: note: previous declaration of 'sys_tick_handler' was here

Chris



reply via email to

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