summaryrefslogtreecommitdiff
path: root/src/class
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-02-25 22:26:35 +0700
committerhathach <[email protected]>2022-02-25 22:26:35 +0700
commit309540473bc2985d83212b9da0527c7500ba2a66 (patch)
treeb45ab451447a0d33075db62310603501ea94e6f5 /src/class
parent99ad3ae2ca9d4db79b2ac92a6991ebdc3dfb94a3 (diff)
minor house keeping
Diffstat (limited to 'src/class')
-rw-r--r--src/class/msc/msc_host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/msc/msc_host.c b/src/class/msc/msc_host.c
index a49a10522..e4239e375 100644
--- a/src/class/msc/msc_host.c
+++ b/src/class/msc/msc_host.c
@@ -26,7 +26,7 @@
#include "tusb_option.h"
-#if CFG_TUH_ENABLED & CFG_TUH_MSC
+#if CFG_TUH_ENABLED && CFG_TUH_MSC
#include "host/usbh.h"
#include "host/usbh_classdriver.h"