File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -190,6 +190,7 @@ QDEF(MP_QSTR_get_x, (const byte*)"\x34\x05" "get_x")
190
190
QDEF (MP_QSTR_get_y , (const byte * )"\x35\x05" "get_y" )
191
191
QDEF (MP_QSTR_get_z , (const byte * )"\x36\x05" "get_z" )
192
192
QDEF (MP_QSTR_get_values , (const byte * )"\xf4\x0a" "get_values" )
193
+ QDEF (MP_QSTR_set_range , (const byte * )"\x67\x09" "set_range" )
193
194
QDEF (MP_QSTR_current_gesture , (const byte * )"\xd4\x0f" "current_gesture" )
194
195
QDEF (MP_QSTR_is_gesture , (const byte * )"\x07\x0a" "is_gesture" )
195
196
QDEF (MP_QSTR_was_gesture , (const byte * )"\xd8\x0b" "was_gesture" )
@@ -697,7 +698,6 @@ QDEF(MP_QSTR_scan, (const byte*)"\x1a\x04" "scan")
697
698
QDEF (MP_QSTR_sdiv , (const byte * )"\xcd\x04" "sdiv" )
698
699
QDEF (MP_QSTR_sep , (const byte * )"\x23\x03" "sep" )
699
700
QDEF (MP_QSTR_set , (const byte * )"\x27\x03" "set" )
700
- QDEF (MP_QSTR_set_range , (const byte * )"\x67\x09" "set_range" )
701
701
QDEF (MP_QSTR_setattr , (const byte * )"\xd4\x07" "setattr" )
702
702
QDEF (MP_QSTR_setdefault , (const byte * )"\x6c\x0a" "setdefault" )
703
703
QDEF (MP_QSTR_sin , (const byte * )"\xb1\x03" "sin" )
You can’t perform that action at this time.
0 commit comments