commit | 63b4eac65c0ded7fd01ca382d27059f94d45534a | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Tue Dec 17 09:59:47 2019 -0300 |
committer | Fabio Utzig <utzig@utzig.org> | Tue Dec 17 20:34:26 2019 -0300 |
tree | abb131d5489fc112a947f1a8d949d01322800f59 | |
parent | ba9e7921c5e6312171908ef4da17125cce8eae49 [diff] [blame] |
zephyr: remove trailing tab Signed-off-by: Fabio Utzig <utzig@apache.org>
diff --git a/boot/zephyr/main.c b/boot/zephyr/main.c index 2cb18b6..c141c43 100644 --- a/boot/zephyr/main.c +++ b/boot/zephyr/main.c
@@ -49,7 +49,7 @@ static inline bool boot_skip_serial_recovery() { -#if NRF_POWER_HAS_RESETREAS +#if NRF_POWER_HAS_RESETREAS u32_t rr = nrf_power_resetreas_get(NRF_POWER); return !(rr == 0 || (rr & NRF_POWER_RESETREAS_RESETPIN_MASK));