Skip to content

Commit

Permalink
clean again
Browse files Browse the repository at this point in the history
  • Loading branch information
catweasel999 committed Jun 29, 2024
1 parent ad8d3bc commit 1d4c473
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions include/lwipopts.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#ifndef _LWIPOPTS_H
#define _LWIPOPTS_H

// Generally you would define your own explicit list of lwIP options
// (see https://www.nongnu.org/lwip/2_1_x/group__lwip__opts.html)
//
// This example uses a common include to avoid repetition
#include "lwipopts_examples_common.h"
#endif

0 comments on commit 1d4c473

Please sign in to comment.