X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fjtag%2Fdrivers%2FOpenULINK%2Fsrc%2Fprotocol.c;h=9688fbdd093558f04c770e9c0b22fa0e50165f43;hb=a2935397b48ce2a1bbb8e49258b340479e0b9c8e;hp=1034c04f0816be821b0519e8579b1e873f23eaa1;hpb=e2535e790164c51971094c0ad5418a191ec3b6a5;p=fw%2Fopenocd diff --git a/src/jtag/drivers/OpenULINK/src/protocol.c b/src/jtag/drivers/OpenULINK/src/protocol.c index 1034c04f0..9688fbdd0 100644 --- a/src/jtag/drivers/OpenULINK/src/protocol.c +++ b/src/jtag/drivers/OpenULINK/src/protocol.c @@ -28,7 +28,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 +76,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) {