diff options
Diffstat (limited to 'EE3102Testing.X/spies046_lab6_asm_v001.h')
-rw-r--r-- | EE3102Testing.X/spies046_lab6_asm_v001.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/EE3102Testing.X/spies046_lab6_asm_v001.h b/EE3102Testing.X/spies046_lab6_asm_v001.h deleted file mode 100644 index a1a9e14..0000000 --- a/EE3102Testing.X/spies046_lab6_asm_v001.h +++ /dev/null @@ -1,23 +0,0 @@ -/*
- * File: spies046_lab6_asm_v001.h
- * Author: micha
- *
- * Created on April 14, 2020, 8:42 PM
- */
-
-#ifndef SPIES046_LAB6_ASM_V001_H
-#define SPIES046_LAB6_ASM_V001_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
- void mbs_wait_100us(void);
- void mbs_wait_1ms(void);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* SPIES046_LAB6_ASM_V001_H */
-
|