mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-14 07:53:40 +00:00
samd21,samd51,nrf52840: unify bootloader entry process
This commit is contained in:
@@ -3,5 +3,7 @@
|
||||
|
||||
package machine
|
||||
|
||||
func checkShouldReset() {
|
||||
// EnterBootloader resets the chip into the serial bootloader.
|
||||
func EnterBootloader() {
|
||||
// skip
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user