9 lines
134 B
C

#ifndef __LEDTEST_H__
#define __LEDTEST_H__
#include "bsp.h"
void LedCtlTaskInit(uint8_t Level,uint8_t Preemption);
#endif