fixed typing errors

This commit is contained in:
Alex M
2018-10-06 18:05:37 -07:00
parent 6676770d63
commit cafc29ecee
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
#define _W5300_H_ #define _W5300_H_
#ifdef __cplusplus #ifdef __cplusplus
extern <EFBFBD><EFBFBD>C<EFBFBD><EFBFBD> { extern "C" {
#endif #endif
//***************************************************************************** //*****************************************************************************

View File

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