NANO130 SRAM 16KB can't afford usb-msd test, to skip this test

pull/12176/head
cyliangtw 2020-01-06 19:12:00 +08:00
parent 95be7da860
commit 2764f481dd
1 changed files with 2 additions and 2 deletions

View File

@ -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