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
2017-01-03 03:05:22 -08:00
* @author Andrey Belomutskiy, (c) 2012-2017
2015-07-10 06:01:56 -07:00
*/
#include "main.h"
int getRemainingStack(Thread *otp) {
return 9999;
}