for EthernetInterface library compatibility.\\ ** Unoffical fix. may be a problem. **

Dependents:   SNIC-httpclient-example SNIC-ntpclient-example

Fork of SNICInterface by muRata

Committer:
kishino
Date:
Mon May 26 05:17:28 2014 +0000
Revision:
29:6a0ba999597d
Parent:
25:67183ed15708
Child:
39:a1233ca02edf
Changed the receive logic of UART.; Changed the use area of the global buffer.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
kishino 25:67183ed15708 1 /******************* Murata Manufacturing Co.,Ltd. 2014 *****************
kishino 25:67183ed15708 2 *
kishino 25:67183ed15708 3 * Filename: MurataObject.cpp
kishino 25:67183ed15708 4 *
kishino 25:67183ed15708 5 * Purpose: This module has implementation of common function for Murata.
kishino 25:67183ed15708 6 *
kishino 25:67183ed15708 7 * $Author: kishino $
kishino 25:67183ed15708 8 *
kishino 25:67183ed15708 9 * $Date: 2014/03/28 $
kishino 25:67183ed15708 10 *
kishino 25:67183ed15708 11 * $Revision: 0.0.0.1 $
kishino 25:67183ed15708 12 * ***********************************************************************/
kishino 25:67183ed15708 13 #include "MurataObject.h"
kishino 25:67183ed15708 14 #include "stdarg.h"
kishino 25:67183ed15708 15
kishino 25:67183ed15708 16