Skip to content

Commit 2d3b642

Browse files
committed
Disable clang format on generated code.
1 parent f6abca5 commit 2d3b642

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

scripts/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ define HEADER
1111
*/
1212

1313
#ifndef SSD1306_NO_SPLASH
14+
/* clang-format off */
1415
endef
1516

1617
define FOOTER
18+
/* clang-format on */
1719
#endif
1820
endef
1921

splash.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*/
88

99
#ifndef SSD1306_NO_SPLASH
10+
/* clang-format off */
1011

1112
#define splash1_width 82
1213
#define splash1_height 64
@@ -115,4 +116,5 @@ const uint8_t PROGMEM splash2_data[] = {
115116
0b00000000,0b00000000,0b00001111,0b00000000,0b01111111,0b11111111,0b11111111,0b11111111,0b11111110,0b10100101,0b10101101,0b10011101,0b10001101,0b00011001,0b11100000,
116117
0b00000000,0b00000000,0b00000110,0b00000000,0b01111111,0b11111111,0b11111111,0b11111111,0b11111110,0b10110101,0b10101101,0b11101101,0b10110101,0b01111110,0b11100000,
117118
};
119+
/* clang-format on */
118120
#endif

0 commit comments

Comments
 (0)