mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
This is to match all the other ports. This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
5 lines
80 B
C
5 lines
80 B
C
|
|
#include "py/runtime.h"
|
|
|
|
mp_obj_t microbit_repeat_iterator(mp_obj_t iterable);
|