2015-07-10 06:01:56 -07:00
|
|
|
/**
|
|
|
|
* @file mpu_util.cpp
|
|
|
|
*
|
|
|
|
* @date Dec 23, 2014
|
2018-01-20 17:55:31 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2018
|
2015-07-10 06:01:56 -07:00
|
|
|
*/
|
|
|
|
|
2018-09-16 19:26:57 -07:00
|
|
|
#include "global.h"
|
2015-07-10 06:01:56 -07:00
|
|
|
|
|
|
|
int getRemainingStack(Thread *otp) {
|
|
|
|
return 9999;
|
|
|
|
}
|
|
|
|
|
|
|
|
|