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