X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Fsam3n-ek%2Fexamples%2Fdisplay%2Fcfg%2Fcfg_heap.h;fp=boards%2Fsam3n-ek%2Fexamples%2Fdisplay%2Fcfg%2Fcfg_heap.h;h=0000000000000000000000000000000000000000;hb=f20fc356270e0e09672f272b923867b7e9e87de7;hp=e1a37b768a71aaa68b2d272a197e038ccd429691;hpb=a646f247a4733ae12b2a5372c23e367e3048efaf;p=bertos.git diff --git a/boards/sam3n-ek/examples/display/cfg/cfg_heap.h b/boards/sam3n-ek/examples/display/cfg/cfg_heap.h deleted file mode 100644 index e1a37b76..00000000 --- a/boards/sam3n-ek/examples/display/cfg/cfg_heap.h +++ /dev/null @@ -1,50 +0,0 @@ -/** - * \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 */ - -