]> git.sur5r.net Git - openocd/blobdiff - src/target/arm920t.c
- Fixes '[<>]' whitespace
[openocd] / src / target / arm920t.c
index 10428a65c9e1db7a5a5bb628a85bb9c6c98d690d..92cee83c5687172bd128e97e0e6ce0d7d452a640 100644 (file)
@@ -574,7 +574,7 @@ int arm920t_soft_reset_halt(struct target_s *target)
 
        long long then = timeval_ms();
        int timeout;
-       while (!(timeout = ((timeval_ms()-then)>1000)))
+       while (!(timeout = ((timeval_ms()-then) > 1000)))
        {
                if (buf_get_u32(dbg_stat->value, EICE_DBG_STATUS_DBGACK, 1) == 0)
                {