ghrh
Diff: gprs.h
- Revision:
- 3:48ee24a4b0f3
- Parent:
- 2:16985da3a446
- Child:
- 4:63a2619b423b
--- a/gprs.h Mon Nov 18 06:05:17 2013 +0000 +++ b/gprs.h Fri Jan 10 05:59:36 2014 +0000 @@ -1,5 +1,5 @@ /* - IOT_Mbed.h + gprs.h 2013 Copyright (c) Seeed Technology Inc. All right reserved. Author:lawliet.zou@gmail.com @@ -23,7 +23,11 @@ #ifndef __GPRS_H__ #define __GPRS_H__ +#include <stdio.h> #include "mbed.h" + +#define DEFAULT_TIMEOUT 5 + /** GPRS class. * Used for mobile communication. attention that GPRS module communicate with MCU in serial protocol */