X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Fdrivers%2FOpenULINK%2Fsrc%2Fprotocol.c;h=901f524826869251273355af757aa5360e1a1368;hp=1034c04f0816be821b0519e8579b1e873f23eaa1;hb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69;hpb=de0130a0aad83c1ef692ee4d68ab996a8668424d diff --git a/src/jtag/drivers/OpenULINK/src/protocol.c b/src/jtag/drivers/OpenULINK/src/protocol.c index 1034c04f08..901f524826 100644 --- a/src/jtag/drivers/OpenULINK/src/protocol.c +++ b/src/jtag/drivers/OpenULINK/src/protocol.c @@ -13,9 +13,7 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * along with this program. If not, see . * ***************************************************************************/ #include "protocol.h" @@ -28,7 +26,8 @@ #include "reg_ezusb.h" /** - * @file Implementation of the OpenULINK communication protocol. + * @file + * Implementation of the OpenULINK communication protocol. * * The OpenULINK protocol uses one OUT and one IN endpoint. These two endpoints * are configured to use the maximum packet size for full-speed transfers, @@ -75,11 +74,9 @@ void execute_set_led_command(void) /** * Executes one command and updates global command indexes. * - * @param index the index of the Bulk EP2-OUT data buffer at which the - * command ID is stored. * @return true if this command was the last command. * @return false if there are more commands within the current contents of the - * Bulk EP2-OUT data buffer. + * Bulk EP2-OUT data buffer. */ bool execute_command(void) {