Check for memory leaks

This commit is contained in:
2024-08-18 21:01:34 +02:00
parent 38197afd79
commit 05e347e80c
4 changed files with 34 additions and 1 deletions

View File

@ -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
*/