]> git.sur5r.net Git - openocd/commit
target: factor target_init() into pieces
authorZachary T Welch <zw@superlucidity.net>
Tue, 1 Dec 2009 02:27:23 +0000 (18:27 -0800)
committerZachary T Welch <zw@superlucidity.net>
Wed, 2 Dec 2009 21:26:23 +0000 (13:26 -0800)
commite03f3c57a52b36eac18a673fd3515b5ebac3f08d
tree2b5fc7cf712b5a31fe0be0f7ba2e0983d64c6613
parentac1887c703d0d5ae83c513df61127f59e44a0469
target: factor target_init() into pieces

Moves body of target initialization loop into a helper function,
cleaning up its visual flow in the process.
src/target/target.c