Skip to content
Snippets Groups Projects
Commit cb11deac authored by zenox's avatar zenox
Browse files

Apply suggestion to pycardium/modules/sys_leds.c

parent 039066d8
Branches
No related tags found
No related merge requests found
Pipeline #4093 passed
......@@ -221,7 +221,7 @@ mp_leds_blink_rocket(mp_obj_t led_in, mp_obj_t value_in, mp_obj_t time_in)
int time = mp_obj_get_int(time_in);
if (value > 31) {
mp_raise_ValueError("brightness must by < 32");
mp_raise_ValueError("brightness must be < 32");
}
epic_leds_blink_rocket(led, value, time);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment