提交 38ed555e 编写于 作者: O onelife.real

*** EFM32 branch ***

Minor bug fix for timer driver.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1526 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 69ad018b
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册