Browse Source

Removed outdated docs

sbg
Lorenz Meier 12 years ago
parent
commit
0245d7be86
  1. 20
      apps/systemlib/systemlib.c

20
apps/systemlib/systemlib.c

@ -50,26 +50,6 @@ @@ -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()

Loading…
Cancel
Save