OSDN Git Service

Removed Japanese words.
authorShinichiro <shinta.main.jp@gmail.com>
Sat, 8 Sep 2012 12:13:15 +0000 (21:13 +0900)
committerShinichiro <shinta.main.jp@gmail.com>
Sat, 8 Sep 2012 12:13:15 +0000 (21:13 +0900)
firm/bare_metal/common/led.c

index 87ad197..1e376e2 100644 (file)
@@ -39,9 +39,6 @@
 #define LED_BIT_R   PG14
 #define LED_BIT_G   PG15
 
-/**
- * @brief LEDを初期化する。
- */
 void led_init(void)
 {
     *pPORTGIO_CLEAR = LED_BIT_R;