*** 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:
parent
69ad018bc0
commit
38ed555e26
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue