@c69d27b modify a typing error

wizchip_init()  - modify about MAX TX/RX buffer when W5100S use.
This commit is contained in:
irina
2018-09-27 16:04:50 +09:00
parent c69d27b875
commit 183daf143d
21 changed files with 68 additions and 66 deletions

View File

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

View File

@ -52,7 +52,7 @@
#define _DNS_H_
#ifdef __cplusplus
extern <EFBFBD><EFBFBD>C<EFBFBD><EFBFBD> {
extern "C" {
#endif
#include <stdint.h>

View File

@ -2,7 +2,7 @@
#define _FTPC_H_
#ifdef __cplusplus
extern <EFBFBD><EFBFBD>C<EFBFBD><EFBFBD> {
extern "C" {
#endif
#include <stdint.h>

View File

@ -30,7 +30,7 @@
/* $Id: stdio_private.h,v 1.6 2003/01/07 22:17:24 joerg_wunsch Exp $ */
#ifdef __cplusplus
extern <EFBFBD><EFBFBD>C<EFBFBD><EFBFBD> {
extern "C" {
#endif
#include <stdint.h>

View File

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

View File

@ -29,7 +29,7 @@
/* $Id: stdio_private.h,v 1.6 2003/01/07 22:17:24 joerg_wunsch Exp $ */
#ifdef __cplusplus
extern <EFBFBD><EFBFBD>C<EFBFBD><EFBFBD> {
extern "C" {
#endif
#include <stdint.h>

View File

@ -2,7 +2,7 @@
#define _SNMP_H_
#ifdef __cplusplus
extern <EFBFBD><EFBFBD>C<EFBFBD><EFBFBD> {
extern "C" {
#endif
// SNMP Debug Message (dump) Enable

View File

@ -2,7 +2,7 @@
#define _SNMP_CUSTOM_H_
#ifdef __cplusplus
extern <EFBFBD><EFBFBD>C<EFBFBD><EFBFBD> {
extern "C" {
#endif
#include <stdio.h>

View File

@ -9,7 +9,7 @@
#define SNTP_H_
#ifdef __cplusplus
extern <EFBFBD><EFBFBD>C<EFBFBD><EFBFBD> {
extern "C" {
#endif
#include <stdint.h>

View File

@ -3,7 +3,7 @@
#define __NETUTIL_H__
#ifdef __cplusplus
extern <EFBFBD><EFBFBD>C<EFBFBD><EFBFBD> {
extern "C" {
#endif
#include <stdint.h>

View File

@ -8,7 +8,7 @@
#define __TFTP_H__
#ifdef __cplusplus
extern <EFBFBD><EFBFBD>C<EFBFBD><EFBFBD> {
extern "C" {
#endif
#include <stdint.h>

View File

@ -9,7 +9,7 @@
#define __HTTPPARSER_H__
#ifdef __cplusplus
extern <EFBFBD><EFBFBD>C<EFBFBD><EFBFBD> {
extern "C" {
#endif
//#define _HTTPPARSER_DEBUG_

View File

@ -9,7 +9,7 @@
#define __HTTPSERVER_H__
#ifdef __cplusplus
extern <EFBFBD><EFBFBD>C<EFBFBD><EFBFBD> {
extern "C" {
#endif
// HTTP Server debug message enable

View File

@ -13,7 +13,7 @@
#define __HTTPUTIL_H__
#ifdef __cplusplus
extern <EFBFBD><EFBFBD>C<EFBFBD><EFBFBD> {
extern "C" {
#endif
#include "httpServer.h"