Skip to content

Commit

Permalink
*** EFM32 branch ***
Browse files Browse the repository at this point in the history
Minor bug fix for timer driver.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1526 bbd45198-f89e-11dd-88c7-29a3b14d5316
  • Loading branch information
onelife committed Jun 21, 2011
1 parent 69ad018 commit 38ed555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsp/efm32/drv_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 38ed555

Please sign in to comment.