X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3x-ek%2Ftemplates%2Fempty%2Fcfg%2Fcfg_hashtable.h;fp=boards%2Fsam3x-ek%2Ftemplates%2Fempty%2Fcfg%2Fcfg_hashtable.h;h=0000000000000000000000000000000000000000;hb=059709cc35dbe6cfd47c6b18e1177034a8fccbf6;hp=e4645f33af4cd489aeefb3ec2ea23240dbc0720e;hpb=619741c672e2bd145d479ea4936dbd3532372151;p=bertos.git diff --git a/boards/sam3x-ek/templates/empty/cfg/cfg_hashtable.h b/boards/sam3x-ek/templates/empty/cfg/cfg_hashtable.h deleted file mode 100644 index e4645f33..00000000 --- a/boards/sam3x-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 */ - - -