From a84e40980f7bc2c8ef3c2bfd546cfb3ecc6e05d7 Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Mon, 11 Jan 2021 17:25:10 +0200 Subject: short cycle, built in test, waste calculation --- .../Embedded_SW/Embedded/Modules/General/BuiltInTest.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Software/Embedded_SW/Embedded/Modules/General/BuiltInTest.h (limited to 'Software/Embedded_SW/Embedded/Modules/General/BuiltInTest.h') diff --git a/Software/Embedded_SW/Embedded/Modules/General/BuiltInTest.h b/Software/Embedded_SW/Embedded/Modules/General/BuiltInTest.h new file mode 100644 index 000000000..02c427c67 --- /dev/null +++ b/Software/Embedded_SW/Embedded/Modules/General/BuiltInTest.h @@ -0,0 +1,15 @@ +/* + * BuiltInTest.h + * + * Created on: Jan 4 2021 + * Author: shlomo + */ + +#ifndef MODULES_GENERAL_BUILT_IN_TEST_H_ +#define MODULES_GENERAL_BUILT_IN_TEST_H_ + + +void BuiltInTest_Start(void); + + +#endif /* MODULES_GENERAL_SAFETY_H_ */ -- cgit v1.3.1