OSDN Git Service

チケット #30721 uzume_sample.cのPrototype startedがカッコ悪い origin/develop
authorShinichiro Nakamura <shinta.main.jp@gmail.com>
Mon, 11 Feb 2013 09:15:55 +0000 (18:15 +0900)
committerShinichiro Nakamura <shinta.main.jp@gmail.com>
Mon, 11 Feb 2013 09:15:55 +0000 (18:15 +0900)
UZUMEはなかなか良いものになると思う。
UZUME - A framework for real-time digital audio processing
という表示にひとまず変更した。

uzumeapp/uzume_sample.c

index d8900e6..d769a51 100644 (file)
@@ -3,16 +3,14 @@
 #include "kernel_id.h"
 #include "uzume_sample.h"
 
-
-/*
- *  メインタスク
+/**
+ * @brief メインタスク。
  */
 void main_task(VP_INT exinf)
 {
-    syslog(LOG_NOTICE, "Prototype started ");
+    syslog(LOG_NOTICE, "UZUME - A framework for real-time digital audio processing");
 
-    while(1)
-    {
+    while (1) {
         tslp_tsk(200);
     }
 }