fix time packet display

This commit is contained in:
Stefan `Sec` Zehl 2011-08-04 20:23:14 +02:00
parent ccc8ce1395
commit d67e7debcb
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@ void m_choose(){
lcdPrint(".");
lcdPrint(IntToStr(tm->tm_year+YEAR0,4,F_LONG|F_ZEROS));
lcdNl();
MO_BODY(meshbuffer[j].pkt)[0]=0;
};
};
char *foo=(char *)MO_BODY(meshbuffer[j].pkt);