mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-03 03:58:12 +00:00
spi_flash: Enable flash emulation down to ROM function calls
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "projdefs.h"
|
||||
#include "semphr.h"
|
||||
|
||||
// Avoid redefinition compile error. Put here since this is included
|
||||
// in flash_ops.c.
|
||||
#define spi_flash_init() overriden_spi_flash_init()
|
Reference in New Issue
Block a user