zephyr: tabs to spaces in line indentation
Uses spaces instead of tabs. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This commit is contained in:
parent
c308413760
commit
5d96bd20a9
|
@ -216,7 +216,7 @@ void main(void)
|
|||
#else
|
||||
GPIO_DIR_IN | GPIO_PUD_PULL_UP
|
||||
#endif
|
||||
);
|
||||
);
|
||||
__ASSERT(rc == 0, "Error of boot detect pin initialization.\n");
|
||||
|
||||
#ifdef GPIO_INPUT
|
||||
|
|
Loading…
Reference in New Issue