diff options
| author | Avi Levkovich <avi@twine-s.com> | 2021-01-12 10:28:10 +0200 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2021-01-12 10:28:10 +0200 |
| commit | 38d2b46c7ca963a31ee43ae5bb1623dca2bc3e7c (patch) | |
| tree | d32a769242e70d0ec16bb31a800d24d90922e8d9 /Software/Embedded_SW/Embedded/Modules/General/BuiltInTest.h | |
| parent | 05c1491a79416934cd4e1c13a0972fe621f97056 (diff) | |
| parent | bfd323badd5c5039f49779e3a08452d203bf284e (diff) | |
| download | Tango-38d2b46c7ca963a31ee43ae5bb1623dca2bc3e7c.tar.gz Tango-38d2b46c7ca963a31ee43ae5bb1623dca2bc3e7c.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
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_ */ |
