First version, development moved to 5110-connected machine
[gnokii.git] / common / protocol / at.c
index 6afbb18..8a6ce21 100644 (file)
@@ -10,6 +10,8 @@
 
 */
 
+#include "config.h"
+
 /* "Turn on" prototypes in AT.h */
 #define __AT_c 
 
@@ -42,7 +44,7 @@ GSM_Protocol AT_Functions = {
 /* Local variables */
 u16 BufferCount;
 
-u16 MessageLength;
+static u16 MessageLength;
 
 u8 MessageBuffer[AT_MAX_RECEIVE_LENGTH * 6];