From 1fd69ddee998739b403a8511abc708ec33cd44fe Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Thu, 29 Dec 2016 09:28:45 +0100 Subject: [PATCH] Minor documentation update in def.c --- src/core/def.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/core/def.c b/src/core/def.c index 70d3e580..8125313f 100644 --- a/src/core/def.c +++ b/src/core/def.c @@ -20,6 +20,10 @@ * @ingroup sys_layer * lwIP provides default implementations for non-standard functions. * These can be mapped to OS functions to reduce code footprint if desired. + * All defines related to this section must not be placed in lwipopts.h, + * but in arch/cc.h! + * These options cannot be \#defined in lwipopts.h since they are not options + * of lwIP itself, but options of the lwIP port to your system. */ /*