10 lines
163 B
C
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_ */ |