include/timers_driver.h
changeset 561 f9be4262c68d
parent 528 0a30e161d63c
child 801 32d146b64a35
--- a/include/timers_driver.h	Wed Jul 15 17:19:09 2009 +0200
+++ b/include/timers_driver.h	Thu Jul 16 10:06:57 2009 +0200
@@ -31,6 +31,8 @@
 #include "timer.h"
 
 // For use from CAN driver
+
+
 /**
  * @ingroup timer
  * @brief Acquire mutex
@@ -42,12 +44,12 @@
  * @brief Release mutex
  */
 void LeaveMutex(void);
+
 void WaitReceiveTaskEnd(TASK_HANDLE*);
 
 /**
  * @ingroup timer
- * @brief Initialize Timer 
- * 
+ * @brief Initialize Timer
  */
 void TimerInit(void);
 
@@ -70,7 +72,6 @@
  * @param Callback A callback function
  */
 void StopTimerLoop(TimerCallback_t Callback);
-/** @} */
 
 /**
  * @brief Stop the timer task