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 {
80
80
#define ARGS_X1_Y1_X2_Y2 ARG_x1, ARG_y1, ARG_x2, ARG_y2
81
81
#define ALLOWED_ARGS_X1_Y1_X2_Y2 (if_required1 , if_required2 ) \
82
82
{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}}, \
85
85
{MP_QSTR_y2, if_required2 | MP_ARG_OBJ, {.u_obj = MP_ROM_NONE}}
86
86
87
87
bitmaptools_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