From 225b5f86a6cac80cdafe0e3b1cc91f735c6b902e Mon Sep 17 00:00:00 2001 From: lottaviano Date: Tue, 29 Sep 2009 12:21:06 +0000 Subject: [PATCH] doc: Add xmodem documentation. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2991 38d2e660-2303-0410-9eaa-f027e97ec537 --- Doxyfile-common | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doxyfile-common b/Doxyfile-common index ae966e01..d728550e 100644 --- a/Doxyfile-common +++ b/Doxyfile-common @@ -1229,6 +1229,8 @@ PREDEFINED = __doxygen__ \ CONFIG_TIMER_EVENTS=1 \ CONFIG_TIMER_UDELAY=1 \ CONFIG_KERN_SIGNALS=1 \ + CONFIG_XMODEM_RECV=1 \ + CONFIG_XMODEM_SEND=1 \ COMPILER_VARIADIC_MACROS=1 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then -- 2.25.1