fome-fw/firmware/hw_layer/stm32f0/mpu_util.cpp

15 lines
175 B
C++
Raw Normal View History

2015-07-10 06:01:56 -07:00
/**
* @file mpu_util.cpp
*
* @date Dec 23, 2014
* @author Andrey Belomutskiy, (c) 2012-2015
*/
#include "main.h"
int getRemainingStack(Thread *otp) {
return 9999;
}