package main import "time" // This is used for smoke tests for chips without an associated board. func main() { for { time.Sleep(time.Second) } }