1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-23 08:45:22 +03:00

Inline, fewer LOC, remove redundant definition in cpp.

This commit is contained in:
Dirk O. Kaar
2020-08-28 18:26:56 +02:00
parent 5b767a37eb
commit 72051eea91
2 changed files with 3 additions and 10 deletions

View File

@ -264,13 +264,6 @@ uint8_t EspClass::getBootMode(void)
return system_get_boot_mode();
}
#ifndef F_CPU
uint8_t EspClass::getCpuFreqMHz(void)
{
return system_get_cpu_freq();
}
#endif
uint32_t EspClass::getFlashChipId(void)
{
static uint32_t flash_chip_id = 0;