Skip to content

Commit 2764f48

Browse files
committed
NANO130 SRAM 16KB can't afford usb-msd test, to skip this test
1 parent 95be7da commit 2764f48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TESTS/usb_device/msd/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
#include "HeapBlockDevice.h"
3434
#include "FATFileSystem.h"
3535

36-
37-
#if !defined(DEVICE_USBDEVICE) || !DEVICE_USBDEVICE
36+
// TARGET_NANO100 SRAM 16KB can't afford mass-storage-disk test, so skip usb_msd_test.
37+
#if !defined(DEVICE_USBDEVICE) || !DEVICE_USBDEVICE || TARGET_NANO100
3838
#error [NOT_SUPPORTED] USB Device not supported for this target
3939
#else
4040

0 commit comments

Comments
 (0)