Skip to content

Commit 2a03c87

Browse files
committed
2 parents 868ea96 + f16c011 commit 2a03c87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

firmware/chipignite/polysat/src/polysat.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ void configure_io() {
8989

9090
// Initiate the serial transfer to configure IO
9191
reg_mprj_xfer = 1;
92-
while (reg_mprj_xfer == 1)
93-
;
92+
while (reg_mprj_xfer == 1);
9493
}
9594

9695
/** @brief Delay in microseconds

0 commit comments

Comments
 (0)