#49 Adding support for C++
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
#ifndef _W5300_H_
|
||||
#define _W5300_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern <EFBFBD><EFBFBD>C<EFBFBD><EFBFBD> {
|
||||
#endif
|
||||
|
||||
//*****************************************************************************
|
||||
//
|
||||
//! \file w5300.h
|
||||
@ -2324,4 +2329,8 @@ void wiz_recv_ignore(uint8_t sn, uint32_t len);
|
||||
#endif
|
||||
/// \endcond
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // _W5300_H_
|
||||
|
Reference in New Issue
Block a user