X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Fsam3n-ek%2Fexamples%2Fdisplay%2Fcfg%2Fcfg_menu.h;fp=boards%2Fsam3n-ek%2Fexamples%2Fdisplay%2Fcfg%2Fcfg_menu.h;h=0000000000000000000000000000000000000000;hb=f20fc356270e0e09672f272b923867b7e9e87de7;hp=bbfa1e76b49f17d5e5c9167040fdf347cc54fb54;hpb=a646f247a4733ae12b2a5372c23e367e3048efaf;p=bertos.git diff --git a/boards/sam3n-ek/examples/display/cfg/cfg_menu.h b/boards/sam3n-ek/examples/display/cfg/cfg_menu.h deleted file mode 100644 index bbfa1e76..00000000 --- a/boards/sam3n-ek/examples/display/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 */ -