We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db5004d + 6bf5c7f commit 397ef78Copy full SHA for 397ef78
micropython/modules/plasma/plasma.c
@@ -68,8 +68,8 @@ MP_DEFINE_CONST_OBJ_TYPE(
68
PlasmaWS2812_type,
69
MP_QSTR_plasma_ws2812,
70
MP_TYPE_FLAG_NONE,
71
- make_new, PlasmaWS2812_print,
72
- print, PlasmaWS2812_make_new,
+ make_new, PlasmaWS2812_make_new,
+ print, PlasmaWS2812_print,
73
locals_dict, (mp_obj_dict_t*)&PlasmaWS2812_locals_dict
74
);
75
#else
0 commit comments