File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -277,12 +277,12 @@ void init()
277
277
/* Disable system clock prescaler - F_CPU should now be ~16MHz */
278
278
_PROTECTED_WRITE (CLKCTRL_MCLKCTRLB , 0x00 );
279
279
280
- /* Calculate actual F_CPU with error values from signature row */
281
- int8_t sigrow_val = SIGROW .OSC16ERR5V ;
282
- int64_t cpu_freq = F_CPU ;
283
- cpu_freq *= (1024 + sigrow_val );
284
- cpu_freq /= 1024 ;
285
- F_CPU_CORRECTED = (uint32_t )cpu_freq ;
280
+ // /* Calculate actual F_CPU with error values from signature row */
281
+ // int8_t sigrow_val = SIGROW.OSC16ERR5V;
282
+ // int64_t cpu_freq = F_CPU;
283
+ // cpu_freq *= (1024 + sigrow_val);
284
+ // cpu_freq /= 1024;
285
+ // F_CPU_CORRECTED = (uint32_t)cpu_freq;
286
286
287
287
/***************************** TIMERS FOR PWM *********************************/
288
288
You can’t perform that action at this time.
0 commit comments