This commit was manufactured by cvs2svn to create tag
[gnokii.git] / common / protocol / at.c
index 8a6ce21..6afbb18 100644 (file)
@@ -10,8 +10,6 @@
 
 */
 
-#include "config.h"
-
 /* "Turn on" prototypes in AT.h */
 #define __AT_c 
 
@@ -44,7 +42,7 @@ GSM_Protocol AT_Functions = {
 /* Local variables */
 u16 BufferCount;
 
-static u16 MessageLength;
+u16 MessageLength;
 
 u8 MessageBuffer[AT_MAX_RECEIVE_LENGTH * 6];