X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3n-ek%2Ftemplates%2Fempty%2Fcfg%2Fcfg_hashtable.h;fp=boards%2Fsam3n-ek%2Ftemplates%2Fempty%2Fcfg%2Fcfg_hashtable.h;h=0000000000000000000000000000000000000000;hb=9d9897ace0aced3f2559a7b445cae34f83dd9329;hp=e4645f33af4cd489aeefb3ec2ea23240dbc0720e;hpb=cbdd295b3172dbfc635ff6895e5eaa0b92e07180;p=bertos.git diff --git a/boards/sam3n-ek/templates/empty/cfg/cfg_hashtable.h b/boards/sam3n-ek/templates/empty/cfg/cfg_hashtable.h deleted file mode 100644 index e4645f33..00000000 --- a/boards/sam3n-ek/templates/empty/cfg/cfg_hashtable.h +++ /dev/null @@ -1,51 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for hashtable module. - * - * \author Daniele Basile - */ - -#ifndef CFG_HASHTABLE_H -#define CFG_HASHTABLE_H - -/** - * Enable/disable support to declare special hash tables which maintain a copy of the key internally instead of relying on the hook to extract it from the data. - * - * $WIZ$ type = "boolean" - */ -#define CONFIG_HT_OPTIONAL_INTERNAL_KEY 1 - -#endif /* CFG_HASHTABLE_H */ - - -