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

	Copyright Zeta Electronics Corporation

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

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