carl9170 firmware: move cmd.c into hostif.c
authorChristian Lamparter <chunkeey@googlemail.com>
Thu, 13 Sep 2012 22:55:58 +0000 (00:55 +0200)
committerChristian Lamparter <chunkeey@googlemail.com>
Thu, 13 Sep 2012 22:58:20 +0000 (00:58 +0200)
commitaa5cbd930a0378e093a91e37849602d1a0249ded
tree01ab6d622af735aa79a943b115a9f9a9f46e39f7
parentdbb81597c39e9ecf9a76420ac374a179d5b94c91
carl9170 firmware: move cmd.c into hostif.c

The command handler is part of the host
application interface too, so it will fit
there nicely.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
carlfw/CMakeLists.txt
carlfw/src/cmd.c [deleted file]
carlfw/src/hostif.c