summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cesar/hal/timer/src/timer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cesar/hal/timer/src/timer.c b/cesar/hal/timer/src/timer.c
index b2d0962147..0377e784cf 100644
--- a/cesar/hal/timer/src/timer.c
+++ b/cesar/hal/timer/src/timer.c
@@ -7,7 +7,7 @@
* }}} */
/**
* \file hal/timer/src/timer.c
- * \brief API source file for timers.
+ * \brief API source file for timers.
* \ingroup hal_timer
*
*/
@@ -36,7 +36,7 @@ hal_timer_init (phy_t *phy)
// initialise the heap.
heap_init (&hal_timer_global.heap, hal_timer_instance_lesser);
-
+
hal_timer_global.phy = phy;
hal_timer_global.current_instance = NULL;