mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-04 20:05:25 +02:00
Merge branch 'bugfix/strict_prototypes' into 'master'
Enable strict prototypes checks Closes IDFGH-757 See merge request espressif/esp-idf!4546
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#include "esp_flash_encrypt.h"
|
||||
#include "esp_efuse_table.h"
|
||||
|
||||
void app_main()
|
||||
void app_main(void)
|
||||
{
|
||||
uint32_t flash_crypt_cnt = 0;
|
||||
esp_flash_enc_mode_t mode;
|
||||
|
||||
Reference in New Issue
Block a user