Skip to content

Commit 5238269

Browse files
samples: Fix indentation in generated files
While we don't want to modify generated files, space indentation generate hard failures in the Zephyr CI. Until the issue is fixed in upstream, we reindent generated. Signed-off-by: Jérôme Pouiller <[email protected]>
1 parent f7b6e23 commit 5238269

File tree

2 files changed

+285
-278
lines changed

2 files changed

+285
-278
lines changed

samples/simple_txrx/src/rail-configs/sltb010a/rail_config.c

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,13 @@ static const uint8_t irCalConfig[] = {25, 63, 1, 6, 4, 16, 1, 0, 0, 1, 1, 6, 0,
5959
static const int32_t timingConfig[] = {0, 0, 0};
6060

6161
static const uint8_t hfxoRetimingConfigEntries[] = {
62-
2, 0, 0, 0, 0x00, 0xf0, 0x49, 0x02, 6, 20, 0, 0, 0x00, 0xe0, 0x93, 0x04, 5, 56,
63-
0, 0, 0xa0, 0x08, 0, 0, 0, 0, 0x58, 0x09, 1, 4, 7, 6, 0x10, 0x0a, 1, 4,
64-
7, 7, 0xc8, 0x0a, 0, 4, 8, 7, 0x80, 0x0b, 0, 4, 8, 8, 0x38, 0x0c, 0, 4,
65-
9, 8, 0x61, 0x08, 0, 0, 0, 0, 0x68, 0x08, 0, 0, 0, 0, 0xc7, 0x09, 1, 4,
66-
4, 3, 0x2c, 0x0b, 1, 4, 4, 4, 0x92, 0x0c, 1, 4, 5, 4};
62+
2, 0, 0, 0, 0x00, 0xf0, 0x49, 0x02, 6, 20, 0, 0, 0x00, 0xe0, 0x93,
63+
0x04, 5, 56, 0, 0, 0xa0, 0x08, 0, 0, 0, 0, 0x58, 0x09, 1, 4,
64+
7, 6, 0x10, 0x0a, 1, 4, 7, 7, 0xc8, 0x0a, 0, 4, 8, 7, 0x80,
65+
0x0b, 0, 4, 8, 8, 0x38, 0x0c, 0, 4, 9, 8, 0x61, 0x08, 0, 0,
66+
0, 0, 0x68, 0x08, 0, 0, 0, 0, 0xc7, 0x09, 1, 4, 4, 3, 0x2c,
67+
0x0b, 1, 4, 4, 4, 0x92, 0x0c, 1, 4, 5, 4
68+
};
6769

6870
static RAIL_ChannelConfigEntryAttr_t channelConfigEntryAttr = {
6971
#if RAIL_SUPPORTS_OFDM_PA

0 commit comments

Comments
 (0)