diff --git a/bsp/m16c62p/application.c b/bsp/m16c62p/application.c index 455104c15f..e0849eb372 100644 --- a/bsp/m16c62p/application.c +++ b/bsp/m16c62p/application.c @@ -14,7 +14,7 @@ * * For : Renesas M16C * Toolchain : IAR's EW for M16C v3.401 -*/ + */ #include #include "bsp.h" @@ -40,7 +40,7 @@ static void rt_thread_entry_led(void* parameter) int rt_application_init(void) { /* create led thread */ - rt_thread_init(&led, + rt_thread_init(&led, "led", rt_thread_entry_led, RT_NULL, &led_stack[0], sizeof(led_stack), diff --git a/bsp/m16c62p/board.c b/bsp/m16c62p/board.c index 644010079b..95ada9df98 100644 --- a/bsp/m16c62p/board.c +++ b/bsp/m16c62p/board.c @@ -9,11 +9,11 @@ * * Change Logs: * Date Author Notes - * 2010-04-09 fify the first version + * 2010-04-09 fify the first version * * For : Renesas M16C * Toolchain : IAR's EW for M16C v3.401 -*/ + */ #include #include diff --git a/bsp/m16c62p/bsp.c b/bsp/m16c62p/bsp.c index 32b73a6f18..83b32f8305 100644 --- a/bsp/m16c62p/bsp.c +++ b/bsp/m16c62p/bsp.c @@ -9,11 +9,11 @@ * * Change Logs: * Date Author Notes - * 2010-04-09 fify the first version + * 2010-04-09 fify the first version * * For : Renesas M16C * Toolchain : IAR's EW for M16C v3.401 -*/ + */ #include "iom16c62p.h" #include "bsp.h" diff --git a/bsp/m16c62p/interrupts.asm b/bsp/m16c62p/interrupts.asm index d2f0bec954..20340612e2 100644 --- a/bsp/m16c62p/interrupts.asm +++ b/bsp/m16c62p/interrupts.asm @@ -9,11 +9,11 @@ * * Change Logs: * Date Author Notes - * 2010-04-20 fify the first version + * 2010-04-20 fify the first version * * For : Renesas M16C * Toolchain : IAR's EW for M16C v3.401 -*/ + */ PUBLIC rt_hw_timer_handler PUBLIC rt_hw_uart0_receive_handler diff --git a/bsp/m16c62p/rtt2m16c.ewp b/bsp/m16c62p/rtt2m16c.ewp index cb161849a4..847186dd7e 100644 --- a/bsp/m16c62p/rtt2m16c.ewp +++ b/bsp/m16c62p/rtt2m16c.ewp @@ -207,7 +207,7 @@