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, 11 insertions, 0 deletions
diff --git a/Drivers/SampleDriver/CheckStck.c b/Drivers/SampleDriver/CheckStck.c
new file mode 100644
index 00000000..3eb157ba
--- /dev/null
+++ b/Drivers/SampleDriver/CheckStck.c
@@ -0,0 +1,11 @@
+/* -------------------------------------------
+
+ Copyright Zeta Electronics Corporation
+
+------------------------------------------- */
+
+///! @brief Use this to check your stack, if using MinGW/MSVC/CodeTools.
+void ___chkstk_ms(void)
+{
+ (void)0;
+}