forked from Git_test/Git_TEST
7 lines
70 B
C
7 lines
70 B
C
#ifndef __Run_Led_H
|
|
#define __Run_Led_H
|
|
|
|
void Run_Led(void);
|
|
|
|
#endif
|