drivers/spi: Include missing assert.h header

This commit is contained in:
Gustavo Henrique Nihei 2021-06-04 10:13:38 -03:00 committed by David Sidrane
parent 37e30ccc54
commit 91b1de4a67
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <assert.h>
#include <debug.h>
#include <nuttx/kmalloc.h>