X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=common%2Fprotocol%2Fat.c;h=6afbb1842f02718e276227823e74767191a500f9;hp=8a6ce2121deca466feda549fcfb27d31cb216541;hb=0484268a27be1ab830d087847d830bc0ec734016;hpb=975a83d253eea8aa37bf3dfd7e026df3027db4ff diff --git a/common/protocol/at.c b/common/protocol/at.c index 8a6ce21..6afbb18 100644 --- a/common/protocol/at.c +++ b/common/protocol/at.c @@ -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];