samd: Support entering bootloader via USB CDC 1200bps touch.

This commit is contained in:
robert-hh
2022-12-11 15:33:16 +01:00
committed by Damien George
parent e69313f89c
commit 17ab2f671b
4 changed files with 7 additions and 3 deletions

View File

@@ -41,4 +41,6 @@ extern const mp_obj_type_t machine_wdt_type;
extern const mp_obj_type_t machine_rtc_type;
#endif
NORETURN mp_obj_t machine_bootloader(size_t n_args, const mp_obj_t *args);
#endif // MICROPY_INCLUDED_SAMD_MODMACHINE_H