mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-14 11:53:41 +00:00
6 lines
76 B
Go
6 lines
76 B
Go
//go:build !baremetal
|
|
|
|
package legacy
|
|
|
|
func configurePinOut(p PinOutput) {}
|