mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-29 03:36:07 +08:00
Removed outdated docs
This commit is contained in:
@@ -50,26 +50,6 @@
|
|||||||
|
|
||||||
#include "systemlib.h"
|
#include "systemlib.h"
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* Definitions
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
const struct __multiport_info multiport_info = {
|
|
||||||
.port_names = {"MULT_0_US2_RXTX", "MULT_1_US2_FLOW", "MULT_2_GPIO_12"}
|
|
||||||
};
|
|
||||||
|
|
||||||
#define EEPROM_OFFSET 64
|
|
||||||
|
|
||||||
#define EEPROM_PARAM_MAGIC_BYTE 0xAF
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* Private Data
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* Private Functions
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
static void kill_task(FAR _TCB *tcb, FAR void *arg);
|
static void kill_task(FAR _TCB *tcb, FAR void *arg);
|
||||||
|
|
||||||
void killall()
|
void killall()
|
||||||
|
|||||||
Reference in New Issue
Block a user