/** * \file * * * \brief Configuration file for heap module. * * * \author Daniele Basile */ #ifndef CFG_HEAP_H #define CFG_HEAP_H /** * Enable malloc/free like API. * $WIZ$ type = "boolean" */ #define CONFIG_HEAP_MALLOC 1 #endif /* CFG_HEAP_H */