Änderung doch Tool-Update Schreibweise

This commit is contained in:
2024-06-09 17:57:53 +02:00
parent 3c8ed6d1e2
commit 550df994f1
4 changed files with 29 additions and 0 deletions

6
.gitmodules vendored
View File

@@ -1,3 +1,9 @@
[submodule "PID"]
path = PID
url = https://github.com/Carsten1987/PID.git
[submodule "CLI"]
path = CLI
url = http://gitea.keller/carsten/CLI.git
[submodule "Trace"]
path = Trace
url = http://gitea.keller/carsten/Trace.git

1
CLI Submodule

Submodule CLI added at 125519a806

21
Source/CLI_Config.h Normal file
View File

@@ -0,0 +1,21 @@
/*
* CLI_config.h
*
* Created on: 24.02.2016
* Author: Carsten
*/
#ifndef TESTS_TEST_CLI_CONFIG_H_
#define TESTS_TEST_CLI_CONFIG_H_
#define CLI_OUTPUT_BUFFER_SIZE 50u
#define CLI_INPUT_BUFFER_SIZE 30u
#define CLI_MAXIMAL_ARGUMENT_COUNT 5u
#define CLI_PROMT "Elektronische Last>"
#define NO_TASK
#endif /* DEBUG_TESTS_TEST_CLI_CONFIG_H_ */

1
Trace Submodule

Submodule Trace added at acd62e4605