mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-10 06:59:54 +08:00
*** empty log message ***
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
paparazzi.pl
|
||||
CpGui et CpSeesionManager n'ont pas les meme variables !!!
|
||||
|
||||
|
||||
twinjet1
|
||||
plus de commandes en auto1
|
||||
manuel ok - les gouvernes bougent quand on passe la main en auto1
|
||||
reboot de ap seul retabli la situation???
|
||||
apres ca je peux reproduire le bug etrange de lundi en mettant les aileroins en buté
|
||||
|
||||
|
||||
receive
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
#include "LPC21xx.h"
|
||||
|
||||
/* Master oscillator freq. */
|
||||
#define FOSC (14745600)
|
||||
#define FOSC (1200000)
|
||||
|
||||
/* PLL multiplier */
|
||||
#define PLL_MUL (4)
|
||||
#define PLL_MUL (5)
|
||||
|
||||
/* CPU clock freq. */
|
||||
#define CCLK (FOSC * PLL_MUL)
|
||||
|
||||
@@ -12,5 +12,8 @@ test.ARCH = arm7tdmi
|
||||
test.TARGET = autopilot
|
||||
test.TARGETDIR = autopilot
|
||||
|
||||
LPC21ISP_BAUD = 115200
|
||||
LPC21ISP_XTAL = 14746
|
||||
#LPC21ISP_BAUD = 115200
|
||||
#LPC21ISP_XTAL = 14746
|
||||
|
||||
LPC21ISP_BAUD = 38400
|
||||
LPC21ISP_XTAL = 12000
|
||||
|
||||
@@ -112,7 +112,7 @@ static inline void inter_mcu_fill_fbw_state (void) {
|
||||
for(i = 0; i < sizeof(*fbw_state); i++) {
|
||||
((uint8_t*)fbw_state)[i] = i;
|
||||
}
|
||||
**/
|
||||
**/
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ bool_t link_mcu_received;
|
||||
static uint16_t crc = 0;
|
||||
|
||||
#define PAYLOAD_LENGTH sizeof(link_mcu_from_fbw_msg.payload)
|
||||
#define LINK_MCU_FRAME_LENGTH sizeof(link_mcu_from_fbw_msg)
|
||||
#define LINK_MCU_FRAME_LENGTH sizeof(struct link_mcu_msg)
|
||||
|
||||
#define ComputeChecksum(_buf) { \
|
||||
uint8_t i; \
|
||||
|
||||
Reference in New Issue
Block a user