]> git.sur5r.net Git - openocd/commit
target: do not expose error numbers to users
authorØyvind Harboe <oyvind.harboe@zylin.com>
Wed, 29 Dec 2010 19:58:30 +0000 (20:58 +0100)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Wed, 29 Dec 2010 19:59:30 +0000 (20:59 +0100)
commit8f93c0a3fe29313945a63b3f2154baef70acd796
tree81c3f551334e4ae7b8dbb9679c3c339fbbcb31ab
parent7cd2617384f4ac620c468343c1f2009fbfa2fc79
target: do not expose error numbers to users

error numbers are only reported at DEBUG log levels and
used internally, they are not part of the user interface.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
src/target/target.c