summaryrefslogtreecommitdiffhomepage
path: root/Drivers/SampleDriver/CheckStck.c
blob: 54b6bc5d04ec356496640031274d18b4e8eb3fa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* -------------------------------------------

	Copyright ZKA Technologies

------------------------------------------- */

///! @brief Use this to check your stack, if using MinGW/MSVC/CodeTools.
void ___chkstk_ms(void)
{
	(void)0;
}