]> rtime.felk.cvut.cz Git - arc.git/blobdiff - include/Os.h
EcuM: More EcuM fixes.
[arc.git] / include / Os.h
index 671e9af8eebea8d06cacd389b27ee039a0f9dc36..0d9e8e1edb449157806a8baa6283db60fd015855 100644 (file)
@@ -345,6 +345,8 @@ StatusType GetElapsedCounterValue( CounterType, TickRefType val, TickRefType ela
  * System timer\r
  *-----------------------------------------------------------------*/\r
 typedef const uint32 OsTickType;\r
+\r
+extern OsTickType OsTickFreq;\r
 void Os_SysTickInit( void );\r
 void Os_SysTickStart(TickType period_ticks);\r
 TickType Os_SysTickGetValue( void );\r