diff options
Diffstat (limited to 'Drivers/SampleDriver/CheckStck.c')
| -rw-r--r-- | Drivers/SampleDriver/CheckStck.c | 11 |
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;
+}
|
