File tree 2 files changed +4
-4
lines changed
MINIMA/includes/ra_cfg/fsp_cfg/bsp
UNOWIFIR4/includes/ra_cfg/fsp_cfg/bsp
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
#define BSP_CFG_STARTUP_CLOCK_REG_NOT_RESET ((0))
38
38
39
39
#ifndef BSP_CLOCK_CFG_MAIN_OSC_POPULATED
40
- #define BSP_CLOCK_CFG_MAIN_OSC_POPULATED (1 )
40
+ #define BSP_CLOCK_CFG_MAIN_OSC_POPULATED (0 )
41
41
#endif
42
42
43
43
#ifndef BSP_CLOCK_CFG_MAIN_OSC_CLOCK_SOURCE
47
47
#define BSP_CLOCK_CFG_SUBCLOCK_DRIVE (0)
48
48
#endif
49
49
#ifndef BSP_CLOCK_CFG_SUBCLOCK_POPULATED
50
- #define BSP_CLOCK_CFG_SUBCLOCK_POPULATED (1 )
50
+ #define BSP_CLOCK_CFG_SUBCLOCK_POPULATED (0 )
51
51
#endif
52
52
#ifndef BSP_CLOCK_CFG_SUBCLOCK_STABILIZATION_MS
53
53
#define BSP_CLOCK_CFG_SUBCLOCK_STABILIZATION_MS 1000
Original file line number Diff line number Diff line change 37
37
#define BSP_CFG_STARTUP_CLOCK_REG_NOT_RESET ((0))
38
38
39
39
#ifndef BSP_CLOCK_CFG_MAIN_OSC_POPULATED
40
- #define BSP_CLOCK_CFG_MAIN_OSC_POPULATED (1 )
40
+ #define BSP_CLOCK_CFG_MAIN_OSC_POPULATED (0 )
41
41
#endif
42
42
43
43
#ifndef BSP_CLOCK_CFG_MAIN_OSC_CLOCK_SOURCE
47
47
#define BSP_CLOCK_CFG_SUBCLOCK_DRIVE (0)
48
48
#endif
49
49
#ifndef BSP_CLOCK_CFG_SUBCLOCK_POPULATED
50
- #define BSP_CLOCK_CFG_SUBCLOCK_POPULATED (1 )
50
+ #define BSP_CLOCK_CFG_SUBCLOCK_POPULATED (0 )
51
51
#endif
52
52
#ifndef BSP_CLOCK_CFG_SUBCLOCK_STABILIZATION_MS
53
53
#define BSP_CLOCK_CFG_SUBCLOCK_STABILIZATION_MS 1000
You can’t perform that action at this time.
0 commit comments