This repository has been archived on 2025-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
2022-06-29 23:12:10 -05:00

11 lines
283 B
C

#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