diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2022-06-28 16:00:06 +0200 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2022-06-28 16:00:06 +0200 |
commit | 2a9250606e00c4729db79811e6c50f9ddeb29188 (patch) | |
tree | c44cd1c5235308659aabc7373a20876ed4ffa59b /src/arch/infineon-tc1796-starter-kit/driver/stdout.cc | |
parent | 0a9bce42c0e09432cd34b415f106621c851bb8a6 (diff) |
tc1796/tc397 are not properly implemented → rename to -mock
Diffstat (limited to 'src/arch/infineon-tc1796-starter-kit/driver/stdout.cc')
-rw-r--r-- | src/arch/infineon-tc1796-starter-kit/driver/stdout.cc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/arch/infineon-tc1796-starter-kit/driver/stdout.cc b/src/arch/infineon-tc1796-starter-kit/driver/stdout.cc deleted file mode 100644 index ccdb7d5..0000000 --- a/src/arch/infineon-tc1796-starter-kit/driver/stdout.cc +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Copyright 2022 Daniel Friesel - * - * SPDX-License-Identifier: BSD-2-Clause - */ -#include "driver/stdout.h" - -void StandardOutput::setup() -{ -} - -void StandardOutput::put(char c) -{ -} - -StandardOutput kout; |