Skip to content

Commit

Permalink
Fix linter erros that formatter didn't catch
Browse files Browse the repository at this point in the history
  • Loading branch information
sihyung-maxim committed Sep 17, 2024
1 parent f615989 commit 1a23015
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions Examples/MAX32655/Demo_2048/ARM/resources/all_imgs.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@

__attribute__((section(".bin_storage_img"))) __attribute__((__used__))
const unsigned char imgs_arr[] = {

/*
Header
*/
/**
* Header
*/
0x18,
0x00,
0x00,
Expand All @@ -47,9 +46,9 @@ const unsigned char imgs_arr[] = {
0x00,
0x00,

/*
Palette
*/
/**
* Palette
*/
0x01,
0x1D,
0x00,
Expand Down Expand Up @@ -115969,5 +115968,4 @@ const unsigned char imgs_arr[] = {
0x3B,
0x00,
0x00,

};
};

0 comments on commit 1a23015

Please sign in to comment.