Änderung doch Tool-Update Schreibweise
This commit is contained in:
parent
3c8ed6d1e2
commit
550df994f1
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,3 +1,9 @@
|
|||||||
[submodule "PID"]
|
[submodule "PID"]
|
||||||
path = PID
|
path = PID
|
||||||
url = https://github.com/Carsten1987/PID.git
|
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
1
CLI
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 125519a806df14ec911c6b2fe7d6a6fc47f98b94
|
21
Source/CLI_Config.h
Normal file
21
Source/CLI_Config.h
Normal 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
1
Trace
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit acd62e4605978091fffa1d2c664e253e481eaf48
|
Loading…
x
Reference in New Issue
Block a user