X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7s-ek%2Ftemplates%2Fempty%2Fcfg%2Fcfg_heap.h;fp=boards%2Fat91sam7s-ek%2Ftemplates%2Fempty%2Fcfg%2Fcfg_heap.h;h=0000000000000000000000000000000000000000;hb=8f7814c52313b79a67ddbfef7a068af343ea6541;hp=e1a37b768a71aaa68b2d272a197e038ccd429691;hpb=e04285605a166a50fada6dcc601ee2ad2fedb32f;p=bertos.git diff --git a/boards/at91sam7s-ek/templates/empty/cfg/cfg_heap.h b/boards/at91sam7s-ek/templates/empty/cfg/cfg_heap.h deleted file mode 100644 index e1a37b76..00000000 --- a/boards/at91sam7s-ek/templates/empty/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 */ - -