|
Paparazzi UAS
v5.10_stable-5-g83a0da5-dirty
Paparazzi is a free software Unmanned Aircraft System.
|
Bebop specific board initialization function. More...
#include <stdlib.h>#include <stdio.h>#include <string.h>#include <unistd.h>#include "mcu_periph/i2c.h"#include "mt9v117.h"#include "mt9f002.h"#include "mcu.h"#include "boards/bebop.h"
Include dependency graph for board.c:Go to the source code of this file.
Functions | |
| static int | kill_gracefull (char *process_name) |
| void | board_init (void) |
| Optional board init function called at the start of mcu_init(). More... | |
| void | board_init2 (void) |
| Optional board init function called at the end of mcu_init(). More... | |
Bebop specific board initialization function.
Definition in file board.c.
|
static |
Definition at line 38 of file board.c.
Referenced by board_init().
Here is the caller graph for this function: