X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7x-ek%2Fexamples%2Fat91sam7x-ek_sd_fat%2Fcfg%2Fcfg_menu.h;fp=boards%2Fat91sam7x-ek%2Fexamples%2Fat91sam7x-ek_sd_fat%2Fcfg%2Fcfg_menu.h;h=0000000000000000000000000000000000000000;hb=abcfb6ac638e2045e39abaedce3de6dd7aa9b3ef;hp=bbfa1e76b49f17d5e5c9167040fdf347cc54fb54;hpb=062ab1d19f9bcd58d7fd9a112c94b4d8a028954e;p=bertos.git diff --git a/boards/at91sam7x-ek/examples/at91sam7x-ek_sd_fat/cfg/cfg_menu.h b/boards/at91sam7x-ek/examples/at91sam7x-ek_sd_fat/cfg/cfg_menu.h deleted file mode 100644 index bbfa1e76..00000000 --- a/boards/at91sam7x-ek/examples/at91sam7x-ek_sd_fat/cfg/cfg_menu.h +++ /dev/null @@ -1,67 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for Menu module. - * - * \author Daniele Basile - */ - -#ifndef CFG_MENU_H -#define CFG_MENU_H - -/** - * Enable button bar behind menus - * $WIZ$ type = "boolean" - */ -#define CONFIG_MENU_MENUBAR 0 - -/** - * Level Edit Timeout - * $WIZ$ type = "boolean" - */ -#define CONFIG_LEVELEDIT_TIMEOUT 0 - -/** - * Menu timeout - * $WIZ$ type = "boolean" - */ -#define CONFIG_MENU_TIMEOUT 0 - -/** - * Enable smooth scrolling in menus - * $WIZ$ type = "boolean" - */ -#define CONFIG_MENU_SMOOTH 1 - - -#endif /* CFG_MENU_H */ -