diff --git a/bsp/m16c62p/application.c b/bsp/m16c62p/application.c index 455104c15f9afc24693b6a4200efc486cf197cbc..e0849eb3729e35c2d604d34785b72bba950020a5 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 644010079b16bf0187a84512c83b10d972cdd23e..95ada9df98f71671f7d9f2426db5cd049cf2735b 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 32b73a6f187aa88b7f80331ca1895354ebe40439..83b32f8305c08b70d2a15d7bcc6ac93140c2a4e4 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 d2f0bec954c6d884a357be1f044584e7eb5ffedd..20340612e20bf25638ffc0d7423c11965cffeb4e 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 cb161849a43df927b4d870ffa2fcab8034a0052e..847186dd7e4a0b505353196e62d818b3a14ddedc 100644 --- a/bsp/m16c62p/rtt2m16c.ewp +++ b/bsp/m16c62p/rtt2m16c.ewp @@ -207,7 +207,7 @@