mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-05 08:40:39 +01:00
9 lines
204 B
C
9 lines
204 B
C
#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()
|