starting SMS work

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@756 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2009-08-16 13:00:07 +00:00
parent d8f51995c4
commit 3e49ffd0bf
10 changed files with 246 additions and 80 deletions

View file

@ -22,8 +22,6 @@
#include <pico/pico_int.h>
#include <pico/patch.h>
#define array_size(x) (sizeof(x) / sizeof(x[0]))
static char static_buff[64];
static char menu_error_msg[64] = { 0, };
static int menu_error_time = 0;