mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
extmod/modmachine: Provide common Python bindings for bootloader().
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user