aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/systemlib/systemlib.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/apps/systemlib/systemlib.c b/apps/systemlib/systemlib.c
index 84ba809a3..afb7eca29 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()