1
0
Fork 0

Mkdir rn42

This commit is contained in:
tmk 2014-07-19 02:33:23 +09:00
parent b4e4f599df
commit 59ea5e02f7
11 changed files with 39 additions and 6 deletions

View file

@ -0,0 +1,10 @@
#ifndef RN42_TASK_H
#define RN42_TASK_H
#include <stdbool.h>
#include "rn42.h"
void rn42_task_init(void);
void rn42_task(void);
#endif