OSDN Git Service

チケット #30721 uzume_sample.cのPrototype startedがカッコ悪い
[uzume/uzume_bfin.git] / 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);
     }
 }