fastclockClient/src/appDebug.h

9 lines
239 B
C

#if !defined _appDEBUG_H_INCLUDED_
#define _appDEBUG_H_INCLUDED_
#include "mgos.h"
#include "mgos_system.h"
#define logHeap() LOG(LL_DEBUG,("> Heap: %d - %s: line %d in %s", mgos_get_free_heap_size(), __FILE__,__LINE__,__func__))
#endif