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)
9292 watchdog_features_t feat = {
9393 .max_timeout = 262145 ,
9494 .update_config = true,
95- .disable_watchdog = true
95+ .disable_watchdog = true,
9696 #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
9999 #elif defined(TARGET_EFM32GG11 )
100- .clock_typical_frequency = 1000 ;
101- .clock_max_frequency = 1120 ;
100+ .clock_typical_frequency = 1000 ,
101+ .clock_max_frequency = 1120
102102 #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
105105 #else
106106 #error "unsupported target "
107107 #endif
You can’t perform that action at this time.
0 commit comments