4 lines
80 B
C
4 lines
80 B
C
|
#ifndef _PERIPHERAL_H_
|
||
|
#define _PERIPHERAL_H_
|
||
|
int peripheral_start(void);
|
||
|
#endif
|