risc-v/esp32c3: Include missing debug.h header
This commit is contained in:
parent
91b1de4a67
commit
27782aca19
|
@ -27,6 +27,7 @@
|
|||
#if defined(CONFIG_ESP32C3_SPI) && defined(CONFIG_SPI_SLAVE)
|
||||
|
||||
#include <assert.h>
|
||||
#include <debug.h>
|
||||
#include <sys/types.h>
|
||||
#include <inttypes.h>
|
||||
#include <stdint.h>
|
||||
|
|
Loading…
Reference in New Issue