Files
uDCCD/firmware/devices/config.h
2024-03-12 21:23:47 +02:00

10 lines
163 B
C

#ifndef CONFIG_H_
#define CONFIG_H_
/**** Includes ****/
#include <stdint.h>
/**** Public function declarations ****/
void Init_HW(void);
#endif /* CONFIG_H_ */