fixed typing errors
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
#define _W5300_H_
|
#define _W5300_H_
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern <EFBFBD><EFBFBD>C<EFBFBD><EFBFBD> {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//*****************************************************************************
|
//*****************************************************************************
|
||||||
|
@ -213,7 +213,7 @@ int main(void)
|
|||||||
#define __MQTT_INTERFACE_H_
|
#define __MQTT_INTERFACE_H_
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern <EFBFBD><EFBFBD>C<EFBFBD><EFBFBD> {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user