mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 05:57:34 +08:00
Merge branch 'master' of github.com:PX4/Firmware into hil
This commit is contained in:
@@ -50,26 +50,6 @@
|
||||
|
||||
#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);
|
||||
|
||||
void killall()
|
||||
|
||||
Reference in New Issue
Block a user