mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-06 03:53:42 +00:00
9 lines
185 B
Go
9 lines
185 B
Go
//go:build nrf52840 && !nrf52840_reset_uf2 && !nrf52840_reset_bossa
|
|
|
|
package machine
|
|
|
|
// EnterBootloader resets the chip into the serial bootloader.
|
|
func EnterBootloader() {
|
|
// skip
|
|
}
|