From 898e69118afc4a5daa35d6b4903513cb33eda217 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Sun, 7 Aug 2016 20:20:38 +0200 Subject: [PATCH] Minor: documentation fix --- doc/doxygen/main_page.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/main_page.h b/doc/doxygen/main_page.h index d5644405..f93c5dff 100644 --- a/doc/doxygen/main_page.h +++ b/doc/doxygen/main_page.h @@ -52,7 +52,7 @@ * use an RTOS that correctly handles priority inversion and * to use @ref LWIP_TCPIP_CORE_LOCKING.\n * Porting: implement all functions in @ref sys_layer.\n - * You can use @ref callbackstyle_api together with \#define tcpip_callback, + * You can use @ref callbackstyle_api together with @ref tcpip_callback, * and all @ref threadsafe_api. */