8 lines
118 B
C
8 lines
118 B
C
#ifndef __LED_TEST_H_
|
|
#define __LED_TEST_H_
|
|
#include "rk_pcba_test_led.h"
|
|
|
|
void* led_test(void* argv);
|
|
|
|
#endif
|