#49 Adding support for C++

This commit is contained in:
justinkim
2018-09-10 09:07:08 +09:00
parent 28e8a16b54
commit c69d27b875
23 changed files with 189 additions and 1 deletions

View File

@ -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_