]> git.sur5r.net Git - openocd/commit
vsllink driver compile fails with'vsllink_debug_buffer' defined but not used
authorsimonqian.openocd <simonqian.openocd@gmail.com>
Tue, 30 Aug 2011 17:52:20 +0000 (01:52 +0800)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Wed, 31 Aug 2011 14:22:00 +0000 (16:22 +0200)
commit7e20eda9446a4c66765169dfcbc506c23f320540
treeeb8baebf475a9dcb3b8d8e027fabf1d1d62bd2a6
parentc8926d14579528bfcead1e179baf7cb846513db4
vsllink driver compile fails with'vsllink_debug_buffer' defined but not used

USB communication is handled by code under versaloon directory.
So _DEBUG_USB_COMMS_  should not be used in vsllink.c.
Attachment is the patch.
src/jtag/drivers/vsllink.c