summaryrefslogtreecommitdiffhomepage
path: root/Drivers/SampleDriver/CheckStck.c
diff options
context:
space:
mode:
Diffstat (limited to 'Drivers/SampleDriver/CheckStck.c')
-rw-r--r--Drivers/SampleDriver/CheckStck.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/Drivers/SampleDriver/CheckStck.c b/Drivers/SampleDriver/CheckStck.c
deleted file mode 100644
index 54b6bc5d..00000000
--- a/Drivers/SampleDriver/CheckStck.c
+++ /dev/null
@@ -1,11 +0,0 @@
-/* -------------------------------------------
-
- Copyright ZKA Technologies
-
-------------------------------------------- */
-
-///! @brief Use this to check your stack, if using MinGW/MSVC/CodeTools.
-void ___chkstk_ms(void)
-{
- (void)0;
-}