We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9de6dc commit 522beffCopy full SHA for 522beff
cores/arduino/wiring.c
@@ -316,7 +316,7 @@ void init()
316
317
#if (PERFORM_SIGROW_CORRECTION_F_CPU == 1)
318
/* Calculate actual F_CPU with error values from signature row */
319
- uint8_t sigrow_val = SIGROW.OSC16ERR5V;
+ int8_t sigrow_val = SIGROW.OSC16ERR5V;
320
cpu_freq *= (1024 + sigrow_val);
321
cpu_freq /= 1024;
322
#endif /* (CORRECT_F_CPU == 1) */
0 commit comments