소스 검색

*** EFM32 branch ***
Minor bug fix for timer driver.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1526 bbd45198-f89e-11dd-88c7-29a3b14d5316

onelife.real 14 년 전
부모
커밋
38ed555e26
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bsp/efm32/drv_timer.c

+ 1 - 1
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;
 		}