From bb6df52ed554b230a08554bf35be4fa36d95ed38 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Thu, 8 Dec 2016 12:47:30 +0100 Subject: [PATCH] Fix doxygen parsing in my last commit --- src/include/lwip/arch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/arch.h b/src/include/lwip/arch.h index be091762..66adb777 100644 --- a/src/include/lwip/arch.h +++ b/src/include/lwip/arch.h @@ -193,7 +193,7 @@ extern "C" { /** Packed structs support. * Placed between end of declaration of a packed struct and trailing semicolon. \n * For examples of packed struct declarations, see include/lwip/prot/ subfolder. \n - * Porting to GCC/clang: \#define PACK_STRUCT_STRUCT __attribute__((packed)) + * Porting to GCC/clang: \#define PACK_STRUCT_STRUCT \_\_attribute\_\_((packed)) */ #ifndef PACK_STRUCT_STRUCT #define PACK_STRUCT_STRUCT