mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-14 07:53:40 +00:00
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:
@@ -85,7 +85,7 @@ var (
|
||||
I2C0 = I2C2
|
||||
|
||||
// SPI
|
||||
SPI3 = SPI{
|
||||
SPI3 = &SPI{
|
||||
Bus: stm32.SPI3,
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user