File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
shared-bindings/bitmaptools Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ typedef struct {
8080#define ARGS_X1_Y1_X2_Y2 ARG_x1, ARG_y1, ARG_x2, ARG_y2
8181#define ALLOWED_ARGS_X1_Y1_X2_Y2 (if_required1 , if_required2 ) \
8282 {MP_QSTR_x1, if_required1 | MP_ARG_OBJ, {.u_obj = MP_ROM_INT(0)}}, \
83- {MP_QSTR_y1, if_required2 | MP_ARG_OBJ, {.u_obj = MP_ROM_INT(0)}}, \
84- {MP_QSTR_x2, if_required1 | MP_ARG_OBJ, {.u_obj = MP_ROM_NONE}}, \
83+ {MP_QSTR_y1, if_required1 | MP_ARG_OBJ, {.u_obj = MP_ROM_INT(0)}}, \
84+ {MP_QSTR_x2, if_required2 | MP_ARG_OBJ, {.u_obj = MP_ROM_NONE}}, \
8585 {MP_QSTR_y2, if_required2 | MP_ARG_OBJ, {.u_obj = MP_ROM_NONE}}
8686
8787bitmaptools_rect_t bitmaptools_validate_coord_range_pair (const mp_arg_val_t in [4 ], int width , int height );
You can’t perform that action at this time.
0 commit comments