mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-17 03:03:27 +00:00
machine/nrf: implement auto-reset over USB for nrf52840
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// +build nrf52840,!nrf52840_reset_uf2
|
||||
|
||||
package machine
|
||||
|
||||
func checkShouldReset() {
|
||||
}
|
||||
Reference in New Issue
Block a user