10 lines
77 B
C
10 lines
77 B
C
#ifndef _IOCONTROL_H_
|
|
#define _IOCONTROL_H_
|
|
|
|
void led_init(void);
|
|
|
|
|
|
|
|
|
|
#endif
|