UINT8 timer_GetTicks ( void   )

Returns the value of mg_u8TicksOut. Since this is a 8bit variable, no interrupt locking is required.

Returns:
Value of mg_u8TicksOut
Return values:
UINT8

Definition at line 194 of file timer.c.

References mg_u8TicksOut.

{
  return (mg_u8TicksOut);
}