Skip to content

Commit 80c9c18

Browse files
author
Kyle Wenner
committed
whitespace fix
1 parent 33e07fc commit 80c9c18

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/family/ambiq/ama3b1kk/target_reset.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ uint8_t swd_set_state_ama3b1kk(target_state_t state)
6969
// Enable debug and halt the core (DHCSR <- 0xA05F0003)
7070
while (swd_write_word(DBG_HCSR, DBGKEY | C_DEBUGEN | C_HALT) == 0) {
7171
if (--ap_retries <= 0) {
72-
return 0;
72+
return 0;
7373
}
7474
// Target is in invalid state?
7575
swd_set_target_reset(1);
@@ -170,7 +170,6 @@ uint8_t swd_set_state_ama3b1kk(target_state_t state)
170170
if (!swd_write_word(DBG_HCSR, DBGKEY | C_DEBUGEN)) {
171171
return 0;
172172
}
173-
174173
break;
175174

176175
default:

0 commit comments

Comments
 (0)