diff options
Diffstat (limited to 'extmod/modframebuf.c')
| -rw-r--r-- | extmod/modframebuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/modframebuf.c b/extmod/modframebuf.c index 4dfdb7eea..5b6575d5a 100644 --- a/extmod/modframebuf.c +++ b/extmod/modframebuf.c @@ -668,7 +668,7 @@ const mp_obj_module_t mp_module_framebuf = { .globals = (mp_obj_dict_t *)&framebuf_module_globals, }; -MP_REGISTER_MODULE(MP_QSTR_framebuf, mp_module_framebuf, MICROPY_PY_FRAMEBUF); +MP_REGISTER_MODULE(MP_QSTR_framebuf, mp_module_framebuf); #endif #endif // MICROPY_PY_FRAMEBUF |
