summaryrefslogtreecommitdiffhomepage
path: root/Drv/Hello/CheckStack.c
diff options
context:
space:
mode:
Diffstat (limited to 'Drv/Hello/CheckStack.c')
-rw-r--r--Drv/Hello/CheckStack.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/Drv/Hello/CheckStack.c b/Drv/Hello/CheckStack.c
new file mode 100644
index 00000000..a3c6621b
--- /dev/null
+++ b/Drv/Hello/CheckStack.c
@@ -0,0 +1,11 @@
+/* -------------------------------------------
+
+ Copyright Zeta Electronics Corporation
+
+------------------------------------------- */
+
+///! @brief Use this to check your stack, if using MinGW/MSVC/MPCC.
+void ___chkstk_ms(void)
+{
+ (void)0;
+}