forked from Imagelibrary/rtems
bsps/shared/dev/spi: Fix undefined function warning
This adds the appropriate header to resolve a warning about a missing declaration for the fls() function.
This commit is contained in:
committed by
Kinsey Moore
parent
efa431e9ce
commit
f4c179c610
@@ -27,6 +27,7 @@
|
||||
|
||||
|
||||
#include <bsp.h>
|
||||
#include <strings.h>
|
||||
|
||||
#include <rtems/irq-extension.h>
|
||||
#include <sys/param.h> /* MAX() */
|
||||
|
||||
Reference in New Issue
Block a user