Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Jan 8, 2025
1 parent 6f8de2c commit 714bfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Source/__arm_2d_transform_helium.c
Original file line number Diff line number Diff line change
Expand Up @@ -3017,7 +3017,7 @@ void __MVE_WRAPPER( __arm_2d_impl_rgb565_get_pixel_colour_with_alpha_inside_src)
{
__ARM_2D_RGB565_GET_RGBVEC_FROM_POINT_MASK_CLR_INSIDE_SRC(
vXi, vYi, pOrigin, ptOrigValidRegion, iOrigStride,
MaskColour, vTarget, vAvgR, vAvgG, vAvgB, predGlb );
MaskColour, vTarget, predTail, vAvgR, vAvgG, vAvgB );
}
#endif
/* blending */
Expand Down

0 comments on commit 714bfcc

Please sign in to comment.