efuse: Adds missing header

This commit is contained in:
KonstantinKondrashov
2022-08-01 21:19:38 +08:00
parent f315986401
commit 3f6a1625bb
20 changed files with 22 additions and 37 deletions

View File

@@ -248,6 +248,7 @@ class FuseTable(list):
'extern "C" {',
'#endif',
'',
'#include "esp_efuse.h"',
'',
'// md5_digest_table ' + self.md5_digest_table,
'// This file was generated from the file ' + file_name + '.csv. DO NOT CHANGE THIS FILE MANUALLY.',