summaryrefslogtreecommitdiffhomepage
path: root/Drivers/SampleDriver/CheckStck.c
diff options
context:
space:
mode:
authorAmlal <amlal@zka.com>2024-07-24 20:48:25 +0200
committerAmlal <amlal@zka.com>2024-07-24 20:48:25 +0200
commit43981bf8ecacb5f95070fa4ff502941d9e3251b4 (patch)
tree8ebafc93e88bccd1b4054fd13c31a43fb735c79e /Drivers/SampleDriver/CheckStck.c
parenta4f908c4d3d0c8d5a3578bf81028986405e96937 (diff)
[MHR-36]: Removed HAL directory, replaced with Samples directory.
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'Drivers/SampleDriver/CheckStck.c')
-rw-r--r--Drivers/SampleDriver/CheckStck.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/Drivers/SampleDriver/CheckStck.c b/Drivers/SampleDriver/CheckStck.c
deleted file mode 100644
index 54b6bc5d..00000000
--- a/Drivers/SampleDriver/CheckStck.c
+++ /dev/null
@@ -1,11 +0,0 @@
-/* -------------------------------------------
-
- Copyright ZKA Technologies
-
-------------------------------------------- */
-
-///! @brief Use this to check your stack, if using MinGW/MSVC/CodeTools.
-void ___chkstk_ms(void)
-{
- (void)0;
-}