mirror of https://github.com/ARMmbed/mbed-os.git
NANO130 SRAM 16KB can't afford usb-msd test, to skip this test
parent
95be7da860
commit
2764f481dd
|
@ -33,8 +33,8 @@
|
|||
#include "HeapBlockDevice.h"
|
||||
#include "FATFileSystem.h"
|
||||
|
||||
|
||||
#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
|
||||
#error [NOT_SUPPORTED] USB Device not supported for this target
|
||||
#else
|
||||
|
||||
|
|
Loading…
Reference in New Issue