-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhardware_setup.cpp
More file actions
29 lines (25 loc) · 1.4 KB
/
Copy pathhardware_setup.cpp
File metadata and controls
29 lines (25 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/***************************************************************/
/* */
/* PROJECT NAME : Valduino */
/* FILE : hardware_setup.cpp */
/* DESCRIPTION : Hardware Initialization */
/* CPU SERIES : RL78 - F14 */
/* CPU TYPE : R5F10PPJ */
/* */
/* This file is generated by e2 studio. */
/* */
/***************************************************************/
/************************************************************************/
/* File Version: V1.00 */
/* Date Generated: 10/09/2013 */
/************************************************************************/
#ifdef __cplusplus
extern "C" {
#endif
extern void HardwareSetup(void);
#ifdef __cplusplus
}
#endif
void HardwareSetup(void)
{
}