From 38ed555e2651ae132458239943901360b0726144 Mon Sep 17 00:00:00 2001 From: "onelife.real" Date: Tue, 21 Jun 2011 03:29:29 +0000 Subject: [PATCH] *** EFM32 branch *** Minor bug fix for timer driver. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1526 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/efm32/drv_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/efm32/drv_timer.c b/bsp/efm32/drv_timer.c index edd0f720c..8267137fc 100644 --- a/bsp/efm32/drv_timer.c +++ b/bsp/efm32/drv_timer.c @@ -249,7 +249,7 @@ static struct efm32_timer_device_t *rt_hw_timer_unit_init( timer = rt_malloc(sizeof(struct efm32_timer_device_t)); if (timer == RT_NULL) { - timer_debug("no memory for TIMER%d driver\n"), unitNumber; + timer_debug("no memory for TIMER%d driver\n", unitNumber); break; }