X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Farduino%2Fexamples%2Faprs%2Fcfg%2Fcfg_flash25.h;fp=boards%2Farduino%2Fexamples%2Faprs%2Fcfg%2Fcfg_flash25.h;h=f7ff219bca20cc3d7729e652079e689c1ce7a74b;hb=ecb34d7a7fa3e00d9157eeafa2dea50cbbc317ce;hp=0000000000000000000000000000000000000000;hpb=95a0ab6c264432423d7d49839b24504df8fe15f5;p=bertos.git diff --git a/boards/arduino/examples/aprs/cfg/cfg_flash25.h b/boards/arduino/examples/aprs/cfg/cfg_flash25.h new file mode 100644 index 00000000..f7ff219b --- /dev/null +++ b/boards/arduino/examples/aprs/cfg/cfg_flash25.h @@ -0,0 +1,52 @@ +/** + * \file + * + * + * \brief Configuration file for flash25 module. + * + * \version $Id$ + * + * \author Daniele Basile + */ + +#ifndef CFG_FLASH25_H +#define CFG_FLASH25_H + +/** + * Eeprom memory type. + * + *$WIZ$ type = "enum" + *$WIZ$ value_list = "flash25_list" + */ +#define CONFIG_FLASH25 FLASH25_AT25F2048 + +#endif /* CFG_FALSH25_H */ +