7 lines
102 B
C
Executable File
7 lines
102 B
C
Executable File
#ifndef PERIPHERALS_H
|
|
#define PERIPHERALS_H
|
|
|
|
void peripherals_init(void);
|
|
|
|
#endif /* PERIPHERALS_H */
|