OSDN Git Service

#30511 (uzume_sample.cに「#define ADCADDR 0x28 」と実装があるが何かの間違い)
[uzume/uzume_bfin.git] / uzumeapp / uzume_sample.c
1
2 #include <t_services.h>
3 #include "kernel_id.h"
4 #include "uzume_sample.h"
5
6
7 /*
8  *  メインタスク
9  */
10 void main_task(VP_INT exinf)
11 {
12     syslog(LOG_NOTICE, "Prototype started ");
13
14     while(1)
15     {
16         tslp_tsk(200);
17     }
18 }
19