Files
2025-06-06 21:17:25 +01:00

7 lines
102 B
C
Executable File

#ifndef PERIPHERALS_H
#define PERIPHERALS_H
void peripherals_init(void);
#endif /* PERIPHERALS_H */