risc-v/esp32c3: Include missing debug.h header

This commit is contained in:
Gustavo Henrique Nihei 2021-06-04 10:16:18 -03:00 committed by David Sidrane
parent 91b1de4a67
commit 27782aca19
1 changed files with 1 additions and 0 deletions

View File

@ -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>