Initial check in

This commit is contained in:
2026-01-08 13:34:45 +01:00
commit bca620b050
44 changed files with 4832 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
/************************************************************************/
/* File Version: V1.00 */
/* Date Generated: 10/09/2013 */
/************************************************************************/
#ifdef __cplusplus
extern "C" {
#endif
extern void HardwareSetup(void);
#ifdef __cplusplus
}
#endif
void HardwareSetup(void)
{
}