15 lines
175 B
C++
15 lines
175 B
C++
|
/**
|
||
|
* @file mpu_util.cpp
|
||
|
*
|
||
|
* @date Dec 23, 2014
|
||
|
* @author Andrey Belomutskiy, (c) 2012-2014
|
||
|
*/
|
||
|
|
||
|
#include "main.h"
|
||
|
|
||
|
int getRemainingStack(Thread *otp) {
|
||
|
return 9999;
|
||
|
}
|
||
|
|
||
|
|