X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Farduino-mega%2Fbenchmark%2Fkernel_footprint%2Fcfg%2Fcfg_ax25.h;fp=boards%2Farduino-mega%2Fbenchmark%2Fkernel_footprint%2Fcfg%2Fcfg_ax25.h;h=0000000000000000000000000000000000000000;hb=12ebb4ad426393166cbcdfcfb7c057f990ed0572;hp=64f862f1eb8a935505b72ddf3cbda150ce258e5f;hpb=6f4b45f35bbac1e99cde60e90443e003c68a93b1;p=bertos.git diff --git a/boards/arduino-mega/benchmark/kernel_footprint/cfg/cfg_ax25.h b/boards/arduino-mega/benchmark/kernel_footprint/cfg/cfg_ax25.h deleted file mode 100644 index 64f862f1..00000000 --- a/boards/arduino-mega/benchmark/kernel_footprint/cfg/cfg_ax25.h +++ /dev/null @@ -1,76 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for the AX25 protocol module. - * - * \version $Id$ - * \author Francesco Sacchi - */ - -#ifndef CFG_AX25_H -#define CFG_AX25_H - -/** - * Module logging level. - * - * $WIZ$ type = "enum" - * $WIZ$ value_list = "log_level" - */ -#define AX25_LOG_LEVEL LOG_LVL_WARN - -/** - * Module logging format. - * - * $WIZ$ type = "enum" - * $WIZ$ value_list = "log_format" - */ -#define AX25_LOG_FORMAT LOG_FMT_TERSE - -/** - * AX25 frame buffer lenght. - * - * $WIZ$ type = "int" - * $WIZ$ min = 18 - */ -#define CONFIG_AX25_FRAME_BUF_LEN 330 - - -/** - * Enable repeaters listing in AX25 frames. - * If enabled use 56 addtional bytes of RAM - * for each message received. - * - * $WIZ$ type = "boolean" - */ -#define CONFIG_AX25_RPT_LST 1 - -#endif /* CFG_AX25_H */