#ifndef RN42_TASK_H #define RN42_TASK_H #include #include "rn42.h" void rn42_task_init(void); void rn42_task(void); #endif