diff options
| author | Amlal <amlalelmahrouss@icloud.com> | 2024-07-28 16:11:46 +0000 |
|---|---|---|
| committer | Amlal <amlalelmahrouss@icloud.com> | 2024-07-28 16:11:46 +0000 |
| commit | c4023005e029ae092dad2689564c490580dd5c28 (patch) | |
| tree | 3080ba07a6b552bf3d7591574cf69b2a3c8fd0fd /Samples/SampleHAL/CheckStck.c | |
| parent | 8c8822fff78f9ff9cd640271da9b3634c4c2f97f (diff) | |
| parent | 4db57a2d646b1538783a0675b38bada7a0f903ae (diff) | |
Merged in MHR-36 (pull request #17)
MHR-36
Diffstat (limited to 'Samples/SampleHAL/CheckStck.c')
| -rw-r--r-- | Samples/SampleHAL/CheckStck.c | 11 |
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;
+}
|
