Skip to content

Commit e9d2515

Browse files
JurajSadeljessebraham
authored andcommitted
Change frequency for all Xtensa chips
1 parent a96ac9a commit e9d2515

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

esp-hal-common/src/delay.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@ mod delay {
9393

9494
use fugit::HertzU64;
9595

96-
// FIXME: The ESP32-S2 and ESP32-S3 have fixed crystal frequencies of 40MHz.
97-
// This will not always be the case when using the ESP32.
98-
const CLK_FREQ_HZ: HertzU64 = HertzU64::MHz(40);
96+
const CLK_FREQ_HZ: HertzU64 = HertzU64::MHz(80);
9997

10098
/// Delay driver
10199
///

0 commit comments

Comments
 (0)