aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/usbh/hal_usbh_msd.c
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2017-01-04 10:47:39 +0100
committerGitHub <noreply@github.com>2017-01-04 10:47:39 +0100
commit0135ff7dd3de59991ff7bbfb20e329537019fb4b (patch)
tree05e61fc91a4c13d83a95b381e6b56bf78cd7aa21 /os/hal/src/usbh/hal_usbh_msd.c
parent52f82fb9cc13779146016ca993c80f7b82ea65bd (diff)
parent546ac1d584b7b43cb05954164ea05431d2f00796 (diff)
downloadChibiOS-Contrib-0135ff7dd3de59991ff7bbfb20e329537019fb4b.tar.gz
ChibiOS-Contrib-0135ff7dd3de59991ff7bbfb20e329537019fb4b.tar.bz2
ChibiOS-Contrib-0135ff7dd3de59991ff7bbfb20e329537019fb4b.zip
Merge pull request #107 from pl4nkton/stm32_fixes
Stm32 fixes
Diffstat (limited to 'os/hal/src/usbh/hal_usbh_msd.c')
-rw-r--r--os/hal/src/usbh/hal_usbh_msd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/src/usbh/hal_usbh_msd.c b/os/hal/src/usbh/hal_usbh_msd.c
index 6869a74..7a4f826 100644
--- a/os/hal/src/usbh/hal_usbh_msd.c
+++ b/os/hal/src/usbh/hal_usbh_msd.c
@@ -68,7 +68,7 @@
/*===========================================================================*/
-/* USB Class driver loader for MSD */
+/* USB Class driver loader for MSD */
/*===========================================================================*/
USBHMassStorageDriver USBHMSD[HAL_USBHMSD_MAX_INSTANCES];
@@ -234,7 +234,7 @@ static void _msd_unload(usbh_baseclassdriver_t *drv) {
/*===========================================================================*/
-/* MSD Class driver operations (Bulk-Only transport) */
+/* MSD Class driver operations (Bulk-Only transport) */
/*===========================================================================*/
@@ -290,7 +290,7 @@ typedef struct {
/* ----------------------------------------------------- */
-/* SCSI Commands */
+/* SCSI Commands */
/* ----------------------------------------------------- */
/* Read 10 and Write 10 */
@@ -584,7 +584,7 @@ static msd_result_t scsi_write10(USBHMassStorageLUNDriver *lunp, uint32_t lba, u
/*===========================================================================*/
-/* Block driver data/functions */
+/* Block driver data/functions */
/*===========================================================================*/
USBHMassStorageLUNDriver MSBLKD[HAL_USBHMSD_MAX_LUNS];