boards/arm/rp23xx/pimoroni-pico-2-plus: added ‘rp23xx_spisd.h’ in board.h

Added missing #include ‘rp23xx_spisd.h’ in board.h
(forgotten in PR #17167)

Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
simbit18
2025-10-07 19:27:43 +02:00
committed by Lup Yuen Lee
parent ee8a23071d
commit 89e9fed39e
@@ -30,6 +30,7 @@
#include "rp23xx_i2cdev.h"
#include "rp23xx_spidev.h"
#include "rp23xx_i2sdev.h"
#include "rp23xx_spisd.h"
#ifndef __ASSEMBLY__
# include <stdint.h>