From e153b88661ef63f2ffc2d71beb10dbcf2c54211e Mon Sep 17 00:00:00 2001 From: "sophia.papagiannaki" Date: Wed, 29 Jul 2020 14:05:38 +0200 Subject: Modified log messages in o3000_upgrade.c --- o3000_upgrade.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/o3000_upgrade.c b/o3000_upgrade.c index 700a280..176be03 100644 --- a/o3000_upgrade.c +++ b/o3000_upgrade.c @@ -115,8 +115,8 @@ static void LIBUSB_CALL cb_data_out_xfer_done(struct libusb_transfer *transfer) } /** - Wait until XML transfer has finished. -*/ + * Wait until XML transfer has finished. + */ static void wait_for_xml_xfer_done(void) { while(!xml_out_xfer_done) { @@ -125,8 +125,8 @@ static void wait_for_xml_xfer_done(void) } /** - Wait until data transfer has finished. -*/ + * Wait until data transfer has finished. + */ static void wait_for_data_xfer_done(void) { while(!data_out_xfer_done) { @@ -196,13 +196,13 @@ static int send_data(unsigned char *data_buf, int data_len) /** - - Open libusb. - - Note: this function accesses the global structure cam_usb! - @retval Camera mode (see @ref cam_mode_t) - -*/ + * + * Open libusb. + * + * Note: this function accesses the global structure cam_usb! + * @retval Camera mode (see @ref cam_mode_t) + * + */ static enum cam_mode_t usb_open(void) { int r,i; -- cgit v1.2.1