Skip to content

Commit 83d7552

Browse files
committed
microbit: Reorder set_range qstr.
According to the location generated by CI. Signed-off-by: Damien George <[email protected]>
1 parent 2212fdb commit 83d7552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/genhdr/qstrdefs.generated.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ QDEF(MP_QSTR_get_x, (const byte*)"\x34\x05" "get_x")
190190
QDEF(MP_QSTR_get_y, (const byte*)"\x35\x05" "get_y")
191191
QDEF(MP_QSTR_get_z, (const byte*)"\x36\x05" "get_z")
192192
QDEF(MP_QSTR_get_values, (const byte*)"\xf4\x0a" "get_values")
193+
QDEF(MP_QSTR_set_range, (const byte*)"\x67\x09" "set_range")
193194
QDEF(MP_QSTR_current_gesture, (const byte*)"\xd4\x0f" "current_gesture")
194195
QDEF(MP_QSTR_is_gesture, (const byte*)"\x07\x0a" "is_gesture")
195196
QDEF(MP_QSTR_was_gesture, (const byte*)"\xd8\x0b" "was_gesture")
@@ -697,7 +698,6 @@ QDEF(MP_QSTR_scan, (const byte*)"\x1a\x04" "scan")
697698
QDEF(MP_QSTR_sdiv, (const byte*)"\xcd\x04" "sdiv")
698699
QDEF(MP_QSTR_sep, (const byte*)"\x23\x03" "sep")
699700
QDEF(MP_QSTR_set, (const byte*)"\x27\x03" "set")
700-
QDEF(MP_QSTR_set_range, (const byte*)"\x67\x09" "set_range")
701701
QDEF(MP_QSTR_setattr, (const byte*)"\xd4\x07" "setattr")
702702
QDEF(MP_QSTR_setdefault, (const byte*)"\x6c\x0a" "setdefault")
703703
QDEF(MP_QSTR_sin, (const byte*)"\xb1\x03" "sin")

0 commit comments

Comments
 (0)