#ifndef _GWLEDS_H
#define _GWLEDS_H
#include "GwApi.h"
//task init function

void initLeds(GwApi *param);

DECLARE_INITFUNCTION(initLeds);
#endif