mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
This commit is contained in:
@@ -65,7 +65,7 @@ extern "C" void spi_flash_munmap(spi_flash_mmap_handle_t handle)
|
||||
return;
|
||||
}
|
||||
|
||||
extern "C" int spi_flash_get_total_erase_cycles()
|
||||
extern "C" int spi_flash_get_total_erase_cycles(void)
|
||||
{
|
||||
return spiflash.get_total_erase_cycles();
|
||||
}
|
||||
|
Reference in New Issue
Block a user