LwIP 2.2.1在STM32F407VET6平台 移植
This commit is contained in:
13
ThirdParty/lwip-2.2.1/test/unit/ppp/test_pppos.h
vendored
Normal file
13
ThirdParty/lwip-2.2.1/test/unit/ppp/test_pppos.h
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
#ifndef LWIP_HDR_TEST_PPPOS_H
|
||||
#define LWIP_HDR_TEST_PPPOS_H
|
||||
|
||||
#include "../lwip_check.h"
|
||||
#include "netif/ppp/ppp.h"
|
||||
|
||||
#if PPP_SUPPORT && PPPOS_SUPPORT
|
||||
|
||||
Suite* pppos_suite(void);
|
||||
|
||||
#endif /* PPP_SUPPORT && PPPOS_SUPPORT */
|
||||
|
||||
#endif /* LWIP_HDR_TEST_PPPOS_H */
|
||||
Reference in New Issue
Block a user