2025-07-23 15:52:58 +02:00

5 lines
65 B
C

#ifndef MASTER_H
#define MASTER_H
void master_init(void);
#endif