mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-05 16:50:18 +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()
|