From f0bcae383e2108c0c8521751d589c6ed7f1be468 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 5 Apr 2018 16:45:26 +0200 Subject: [PATCH] bsps: Remove unused console_select_simple.c This patch is a part of the BSP source reorganization. Update #3285. --- .../lib/libbsp/shared/console_select_simple.c | 22 ------------------- 1 file changed, 22 deletions(-) delete mode 100644 c/src/lib/libbsp/shared/console_select_simple.c diff --git a/c/src/lib/libbsp/shared/console_select_simple.c b/c/src/lib/libbsp/shared/console_select_simple.c deleted file mode 100644 index f4dbedc3aa..0000000000 --- a/c/src/lib/libbsp/shared/console_select_simple.c +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Copyright (c) 2013 embedded brains GmbH. All rights reserved. - * - * embedded brains GmbH - * Dornierstr. 4 - * 82178 Puchheim - * Germany - * - * - * The license and distribution terms for this file may be - * found in the file LICENSE in this distribution or at - * http://www.rtems.org/license/LICENSE. - */ - -#include - -#include - -void bsp_console_select(void) -{ - Console_Port_Minor = BSP_CONSOLE_MINOR; -}