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