fix: ensure use of pointers for SPI interface on atsam21/atsam51 and other machines/boards that were missing implementation. (#4798)

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
Ron Evans
2025-03-11 08:50:31 -07:00
committed by GitHub
parent bcdc5e0097
commit f76e8d2812
17 changed files with 77 additions and 80 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ var (
I2C0 = I2C2
// SPI
SPI3 = SPI{
SPI3 = &SPI{
Bus: stm32.SPI3,
}
)