esp_rom: remove esp_rom.c

This commit is contained in:
morris
2019-11-28 21:10:31 +08:00
parent 5efb1140ac
commit a86d741fc9
3 changed files with 6 additions and 16 deletions

View File

@@ -19,12 +19,6 @@
#include "soc/soc.h"
#include "sdkconfig.h"
#ifndef CONFIG_IDF_TARGET_ESP32S2BETA
#error "This header should only be included when building for esp32s2beta"
#endif
#ifdef __cplusplus
extern "C" {
#endif

View File

@@ -21,7 +21,7 @@ extern "C" {
#include <stdint.h>
#include <stdlib.h>
#include "rom/efuse.h"
#include "efuse.h"
void ets_hmac_enable(void);