From 0245d7be8690d9eae3fb6607f42921630f2306ea Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Thu, 8 Nov 2012 18:11:53 +0100 Subject: [PATCH] Removed outdated docs --- apps/systemlib/systemlib.c | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/apps/systemlib/systemlib.c b/apps/systemlib/systemlib.c index 84ba809a31..afb7eca29c 100644 --- a/apps/systemlib/systemlib.c +++ b/apps/systemlib/systemlib.c @@ -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()