aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2016-10-18 10:37:55 +0300
committerbarthess <barthess@yandex.ru>2016-10-18 10:37:55 +0300
commitbd47894d622acbc18bf99b0b46bf7b0ed7330634 (patch)
tree1d912985e0d1bad49fa8756c94ffc94e81ca2bb3 /os
parent6e8fa7ae468b5584e3622b467ea0dc213cd98e51 (diff)
downloadChibiOS-Contrib-bd47894d622acbc18bf99b0b46bf7b0ed7330634.tar.gz
ChibiOS-Contrib-bd47894d622acbc18bf99b0b46bf7b0ed7330634.tar.bz2
ChibiOS-Contrib-bd47894d622acbc18bf99b0b46bf7b0ed7330634.zip
USB_MSD. Comment clean up.
Diffstat (limited to 'os')
-rw-r--r--os/hal/src/hal_usb_msd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/os/hal/src/hal_usb_msd.c b/os/hal/src/hal_usb_msd.c
index 14f1165..9c49192 100644
--- a/os/hal/src/hal_usb_msd.c
+++ b/os/hal/src/hal_usb_msd.c
@@ -89,9 +89,6 @@ static const scsi_inquiry_response_t default_scsi_inquiry_response = {
/*===========================================================================*/
/**
-
- */
-/**
* @brief Checks validity of CBW content.
* @details The device shall consider the CBW valid when:
* • The CBW was received after the device had sent a CSW or after a reset,