Check for memory leaks
This commit is contained in:
@ -11,6 +11,11 @@ extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Get sum of free memory in chip
|
||||
*/
|
||||
size_t system_show_free_memory();
|
||||
|
||||
/**
|
||||
* Sleep for a given amount of time
|
||||
*/
|
||||
|
Reference in New Issue
Block a user