Subversion Repositories NaviCtrl

Rev

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

Rev 739 Rev 763
Line 370... Line 370...
370
        u8 User[128];
370
        u8 User[128];
371
        u8 eMail[128];
371
        u8 eMail[128];
372
        u8 Feature[128];
372
        u8 Feature[128];
373
        u8 Expire[11];
373
        u8 Expire[11];
374
        u8 License[16];
374
        u8 License[16];
375
} __attribute__((packed)) LicenseS_t; // from FC
375
} __attribute__((packed)) LicenseS_t;
376
extern u8 *LicensePtr;
376
extern u8 *LicensePtr;
Line 377... Line 377...
377
 
377
 
378
extern u32 NMEA_Interval;// in ms
378
extern u32 NMEA_Interval;// in ms
379
#define LICENSE_SIZE            480
379
#define LICENSE_SIZE            480