]> git.sur5r.net Git - openocd/commit
demonstrate chaining with foo commands
authorZachary T Welch <zw@superlucidity.net>
Sat, 21 Nov 2009 23:52:12 +0000 (15:52 -0800)
committerZachary T Welch <zw@superlucidity.net>
Wed, 25 Nov 2009 05:37:32 +0000 (21:37 -0800)
commit16e0404777581e55bb42b95f5c9208b2c411debe
tree8d95edada1337e90d13593ebd1ddf41f944ac9c4
parente7fd1d3d5031a98e56503c46baa0c2f23ac7d88c
demonstrate chaining with foo commands

Use the new command registration chaining capabilities to eliminate
the foo_register_commands helper, folding its remaining command
handler setup into the hello_command_handlers registration array.
src/hello.c