*** EFM32 branch ***

Minor bug fix for timer driver.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1526 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
onelife.real 2011-06-21 03:29:29 +00:00
parent 69ad018bc0
commit 38ed555e26
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}