chore: change some // comments to /**/

This commit is contained in:
Gabor Kiss-Vamosi
2023-07-15 18:39:03 +02:00
parent 562d30694a
commit b466045f13
63 changed files with 30 additions and 523 deletions

View File

@@ -173,7 +173,6 @@ const lv_img_dsc_t imgbtn_mid = {
.header.always_zero = 0,
.header.w = 5,
.header.h = 49,
// .data_size = 245 * LV_COLOR_FORMAT_NATIVE_ALPHA_SIZE,
.header.cf = LV_COLOR_FORMAT_ARGB8888,
.data = imgbtn_mid_map,
};