diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2021-01-11 17:25:10 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2021-01-11 17:25:10 +0200 |
| commit | a84e40980f7bc2c8ef3c2bfd546cfb3ecc6e05d7 (patch) | |
| tree | c1c676de3dacfd7a235cf51491b25a37a9c408fb /Software/Embedded_SW/Embedded/Modules/General/BuiltInTest.h | |
| parent | f45328f87cab862e94a7d749197a56c68bd155f0 (diff) | |
| download | Tango-a84e40980f7bc2c8ef3c2bfd546cfb3ecc6e05d7.tar.gz Tango-a84e40980f7bc2c8ef3c2bfd546cfb3ecc6e05d7.zip | |
short cycle, built in test, waste calculation
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/General/BuiltInTest.h')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Modules/General/BuiltInTest.h | 15 |
1 files changed, 15 insertions, 0 deletions
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_ */ |
