Paparazzi UAS
v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
|
#include <ch.h>
#include "std.h"
Go to the source code of this file.
Functions | |
bool_t | chibios_init (void) |
void | launch_pprz_thd (int32_t(*thd)(void *arg)) |
Variables | |
Thread * | pprzThdPtr |
bool_t chibios_init | ( | void | ) |
Definition at line 66 of file chibios_init.c.
References thd_heartbeat().
Referenced by main().
void launch_pprz_thd | ( | int32_t(*)(void *arg) | thd | ) |
Definition at line 81 of file chibios_init.c.
Referenced by main().
Thread* pprzThdPtr |
Definition at line 55 of file chibios_init.c.