mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 21:13:39 +00:00
cd628bcde6
This only works with a custom bossac build from Arduino, not with the upstream version. It avoids needing the manual "double tap" to enter bootloader mode before flashing firmware.
7 lines
107 B
Go
7 lines
107 B
Go
// +build nrf52840,!nrf52840_reset_uf2,!nrf52840_reset_bossa
|
|
|
|
package machine
|
|
|
|
func checkShouldReset() {
|
|
}
|