Skip to content

Commit fa6c42a

Browse files
authored
Remove isFlashHighPerformanceModeEnabled function
Removed isFlashHighPerformanceModeEnabled function declaration.
1 parent b64562d commit fa6c42a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cores/esp32/Esp.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ class EspClass {
9696
uint32_t getFlashFrequencyMHz();
9797
uint8_t getFlashSourceFrequencyMHz();
9898
uint8_t getFlashClockDivider();
99-
bool isFlashHighPerformanceModeEnabled();
10099

101100
uint32_t magicFlashChipSize(uint8_t flashByte);
102101
uint32_t magicFlashChipSpeed(uint8_t flashByte);

0 commit comments

Comments
 (0)