mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Remove carriage returns from files
This commit is contained in:
+1
-1
Submodule arch updated: 10e420a652...244343293f
+1
-1
Submodule configs updated: 5f36fcd26e...06c7256f4e
@@ -181,7 +181,7 @@ uint32_t nxglib_rgb24_blend(uint32_t color1, uint32_t color2, ub16_t frac1)
|
|||||||
|
|
||||||
/* Recombine and return the blended value */
|
/* Recombine and return the blended value */
|
||||||
|
|
||||||
return RGBTO24(r,g,b) ;
|
return RGBTO24(r,g,b);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
@@ -227,7 +227,7 @@ uint16_t nxglib_rgb565_blend(uint16_t color1, uint16_t color2, ub16_t frac1)
|
|||||||
|
|
||||||
/* Recombine and return the blended value */
|
/* Recombine and return the blended value */
|
||||||
|
|
||||||
return RGBTO24(r,g,b) ;
|
return RGBTO24(r,g,b);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user