##// END OF EJS Templates
3.0.0.13
paul -
r250:0e4f9f3e6a3f R3a
parent child
Show More
@@ -707,6 +707,16 rtems_timer_service_routine timecode_tim
707 707
708 708 unsigned int check_timecode_and_previous_timecode_coherency(unsigned char currentTimecodeCtr)
709 709 {
710 /** This function checks the coherency between the incoming timecode and the last valid timecode.
711 *
712 * @param currentTimecodeCtr is the incoming timecode
713 *
714 * @return returned codes::
715 * - LFR_DEFAULT
716 * - LFR_SUCCESSFUL
717 *
718 */
719
710 720 static unsigned char firstTickout = 1;
711 721 unsigned char ret;
712 722
General Comments 0
You need to be logged in to leave comments. Login now