X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Farduino%2Fexamples%2Faprs%2Fcfg%2Fcfg_hashtable.h;fp=boards%2Farduino%2Fexamples%2Faprs%2Fcfg%2Fcfg_hashtable.h;h=0000000000000000000000000000000000000000;hb=a594e47b7b2d646d20921f6444f9b6dcdae1083d;hp=7560617d7ca6a617da9ffb33df305120c67674e8;hpb=15646c02b1d1c7690176e197a66ee1380397fee7;p=bertos.git diff --git a/boards/arduino/examples/aprs/cfg/cfg_hashtable.h b/boards/arduino/examples/aprs/cfg/cfg_hashtable.h deleted file mode 100644 index 7560617d..00000000 --- a/boards/arduino/examples/aprs/cfg/cfg_hashtable.h +++ /dev/null @@ -1,52 +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 */ - - -