extmod/modmachine: Provide common Python bindings for bootloader().

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2023-11-24 18:24:40 +11:00
parent e68aa40d2a
commit 48b5a7b060
22 changed files with 30 additions and 30 deletions

View File

@@ -9,6 +9,5 @@ void machine_i2s_init0(void);
void machine_pwm_deinit_all(void);
struct _machine_spi_obj_t *spi_from_mp_obj(mp_obj_t o);
NORETURN mp_obj_t machine_bootloader(size_t n_args, const mp_obj_t *args);
#endif // MICROPY_INCLUDED_RP2_MODMACHINE_H