summaryrefslogtreecommitdiff
path: root/project/Core/Inc/systick.h
diff options
context:
space:
mode:
Diffstat (limited to 'project/Core/Inc/systick.h')
-rw-r--r--project/Core/Inc/systick.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/project/Core/Inc/systick.h b/project/Core/Inc/systick.h
deleted file mode 100644
index 6bca9fc..0000000
--- a/project/Core/Inc/systick.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * systick.h
- *
- * Created on: Jan 8, 2023
- * Author: bruce
- */
-
-#ifndef INC_SYSTICK_H_
-#define INC_SYSTICK_H_
-
-// This function is to Initialize SysTick registers
-void init_systick();
-
-// This fuction is to create delay using SysTick timer counter
-void delay_systick();
-
-#endif /* INC_SYSTICK_H_ */