mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-07 04:23:41 +00:00
7 lines
85 B
Go
7 lines
85 B
Go
// +build nrf52840,!nrf52840_reset_uf2
|
|
|
|
package machine
|
|
|
|
func checkShouldReset() {
|
|
}
|