fixed stuff
This commit is contained in:
parent
00244f7e6d
commit
fe8f3302c0
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue