Updated binding.

Add mp_lv_user_data user data to js port
This commit is contained in:
Amir Gonnen 2019-06-22 01:50:35 +03:00
parent 8e719e8423
commit a560c7c2b6
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 190dbdedfa355f1a497a219b30f3a68d06537b34
Subproject commit 43d80431758f7b2640164b76c315f277730606ce

View File

@ -225,5 +225,6 @@ typedef long mp_off_t;
#define MICROPY_PORT_ROOT_POINTERS \
LV_ROOTS \
void *mp_lv_user_data; \
const char *readline_hist[8];