Skip to content

Commit 118a771

Browse files
committed
Replace *machine.SPI3 to machine.SPI3
1 parent e5695aa commit 118a771

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hardware/wioterminal.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func (z *device) Init() error {
4848
backlight.Configure(machine.PinConfig{machine.PinOutput})
4949

5050
d := ili9341.NewSPI(
51-
*machine.SPI3,
51+
machine.SPI3,
5252
machine.LCD_DC,
5353
machine.LCD_SS_PIN,
5454
machine.LCD_RESET,

0 commit comments

Comments
 (0)