commit | 5d96bd20a966b818713f51904177adf2db23ef9a | [log] [tgz] |
---|---|---|
author | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Thu Feb 20 10:35:33 2020 +0100 |
committer | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Thu Feb 27 10:01:25 2020 +0100 |
tree | cb358966d0f58d94e76bd7fa08ece8bf926caf89 | |
parent | c30841376029f53c099c7d78548dc555807da63d [diff] [blame] |
zephyr: tabs to spaces in line indentation Uses spaces instead of tabs. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
diff --git a/boot/zephyr/main.c b/boot/zephyr/main.c index f4374e6..e2e609f 100644 --- a/boot/zephyr/main.c +++ b/boot/zephyr/main.c
@@ -216,7 +216,7 @@ #else GPIO_DIR_IN | GPIO_PUD_PULL_UP #endif - ); + ); __ASSERT(rc == 0, "Error of boot detect pin initialization.\n"); #ifdef GPIO_INPUT