Subversion Repositories NaviCtrl

Rev

Rev 692 | Rev 720 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 692 Rev 709
Line 392... Line 392...
392
u8 GPX_TrackSegementAddPoint(GPX_Document_t *doc,unsigned char part)
392
u8 GPX_TrackSegementAddPoint(GPX_Document_t *doc,unsigned char part)
393
{
393
{
Line 394... Line 394...
394
 
394
 
395
        u8 retvalue = 0;
395
        u8 retvalue = 0;
396
        static u8 LastLoggedFlags2 = 0;
396
        static u8 LastLoggedFlags2 = 0;
397
        s8 string[120];
397
        s8 string[150];
Line 398... Line 398...
398
        s8 name[] = "----\0";
398
        s8 name[] = "----\0";
Line 399... Line 399...
399
 
399