summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbdev/msc.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/usbdev/msc.h')
-rw-r--r--nuttx/drivers/usbdev/msc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/usbdev/msc.h b/nuttx/drivers/usbdev/msc.h
index 47cca0e8a..587649cac 100644
--- a/nuttx/drivers/usbdev/msc.h
+++ b/nuttx/drivers/usbdev/msc.h
@@ -110,7 +110,7 @@
/* Packet and request buffer sizes */
-#ifndef CONFIG_CDCSER_COMPOSITE
+#ifndef CONFIG_USBMSC_COMPOSITE
# ifndef CONFIG_USBMSC_EP0MAXPACKET
# define CONFIG_USBMSC_EP0MAXPACKET 64
# endif