File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
targets/TARGET_Silicon_Labs/TARGET_EFM32 Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -92,16 +92,16 @@ watchdog_features_t hal_watchdog_get_platform_features(void)
92
92
watchdog_features_t feat = {
93
93
.max_timeout = 262145 ,
94
94
.update_config = true,
95
- .disable_watchdog = true
95
+ .disable_watchdog = true,
96
96
#if defined(TARGET_EFM32GG ) || defined (TARGET_EFM32HG ) || defined (TARGET_EFM32LG ) || defined (TARGET_EFM32WG ) || defined (TARGET_EFM32ZG )
97
- .clock_typical_frequency = 1000 ;
98
- .clock_max_frequency = 1750 ;
97
+ .clock_typical_frequency = 1000 ,
98
+ .clock_max_frequency = 1750
99
99
#elif defined(TARGET_EFM32GG11 )
100
- .clock_typical_frequency = 1000 ;
101
- .clock_max_frequency = 1120 ;
100
+ .clock_typical_frequency = 1000 ,
101
+ .clock_max_frequency = 1120
102
102
#elif defined(TARGET_EFM32PG ) || defined (TARGET_EFM32PG12 ) || defined (TARGET_EFR32MG1 ) || defined (TARGET_EFR32MG12 )
103
- .clock_typical_frequency = 1000 ;
104
- .clock_max_frequency = 1070 ;
103
+ .clock_typical_frequency = 1000 ,
104
+ .clock_max_frequency = 1070
105
105
#else
106
106
#error "unsupported target "
107
107
#endif
You can’t perform that action at this time.
0 commit comments