Files
drivers/examples/lora/atcmd/sim.go
T
2023-01-08 14:31:25 +01:00

9 lines
139 B
Go

//go:build !featherwing && !gnse && !lorae5 && !nucleowl55jc
package main
// do simulator setup here
func setup() error {
return nil
}