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:
Kinsey Moore
2025-01-17 12:42:47 -06:00
committed by Kinsey Moore
parent efa431e9ce
commit f4c179c610

View File

@@ -27,6 +27,7 @@
#include <bsp.h>
#include <strings.h>
#include <rtems/irq-extension.h>
#include <sys/param.h> /* MAX() */