10 lines
111 B
C
Raw Normal View History

2014-07-17 16:59:22 +09:00
#ifndef RN42_TASK_H
#define RN42_TASK_H
#include <stdbool.h>
#include "rn42.h"
void rn42_task(void);
#endif