We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95be7da commit 2764f48Copy full SHA for 2764f48
TESTS/usb_device/msd/main.cpp
@@ -33,8 +33,8 @@
33
#include "HeapBlockDevice.h"
34
#include "FATFileSystem.h"
35
36
-
37
-#if !defined(DEVICE_USBDEVICE) || !DEVICE_USBDEVICE
+// TARGET_NANO100 SRAM 16KB can't afford mass-storage-disk test, so skip usb_msd_test.
+#if !defined(DEVICE_USBDEVICE) || !DEVICE_USBDEVICE || TARGET_NANO100
38
#error [NOT_SUPPORTED] USB Device not supported for this target
39
#else
40
0 commit comments