X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Farduino%2Fbenchmark%2Fkernel_footprint%2Fcfg%2Fcfg_ax25.h;fp=boards%2Farduino%2Fbenchmark%2Fkernel_footprint%2Fcfg%2Fcfg_ax25.h;h=0000000000000000000000000000000000000000;hb=a9694caa1505e6387d8976437d38b330499e18dc;hp=f561d21293ace8fb84d1d5c90fa03f22e5798082;hpb=f87390bf71f44a3ed9dc65c66128c5c6979655a9;p=bertos.git diff --git a/boards/arduino/benchmark/kernel_footprint/cfg/cfg_ax25.h b/boards/arduino/benchmark/kernel_footprint/cfg/cfg_ax25.h deleted file mode 100644 index f561d212..00000000 --- a/boards/arduino/benchmark/kernel_footprint/cfg/cfg_ax25.h +++ /dev/null @@ -1,75 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for the AX25 protocol module. - * - * \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 */