Legacy branch migration
This commit is contained in:
10
firmware/devices/config.h
Normal file
10
firmware/devices/config.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef CONFIG_H_
|
||||
#define CONFIG_H_
|
||||
|
||||
/**** Includes ****/
|
||||
#include <stdint.h>
|
||||
|
||||
/**** Public function declarations ****/
|
||||
void Init_HW(void);
|
||||
|
||||
#endif /* CONFIG_H_ */
|
||||
Reference in New Issue
Block a user