fixed stuff

This commit is contained in:
Hans-Gert Dahmen 2011-10-28 20:17:36 +00:00
parent 00244f7e6d
commit fe8f3302c0
1 changed files with 17 additions and 12 deletions

View File

@ -89,6 +89,11 @@ void lap_ping( can_addr dst );
// send reset request to dst
void lap_reset( can_addr dst );
#ifdef LAP_TIME_EXTENSION
//variables to save the last received hours and minutes
extern uint8_t lap_time_h, lap_time_m, lap_time_update;
#endif
/**
* ServiceDataObject routinen
*