mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-05 23:43:41 +00:00
125d8b6530
Signed-off-by: deadprogram <ron@hybridgroup.com>
9 lines
139 B
Go
9 lines
139 B
Go
//go:build !featherwing && !gnse && !lorae5 && !nucleowl55jc
|
|
|
|
package main
|
|
|
|
// do simulator setup here
|
|
func setup() error {
|
|
return nil
|
|
}
|