OVMS3-idf/examples/build_system/cmake/idf_as_lib/stubs/esp32/flash_ops.c
2019-05-14 18:01:14 +08:00

6 lines
94 B
C

#include "esp_spi_flash.h"
int spi_flash_get_chip_size()
{
return (1024 * 1024 * 1024);
}