File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
features/storage/TESTS/blockdevice Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
using namespace utest ::v1;
25
25
26
26
// TODO HACK, replace with available ram/heap property
27
- #if defined(TARGET_MTB_MTS_XDOT)
27
+ #if defined(TARGET_MTB_MTS_XDOT) || defined(TARGET_LPC1114)
28
28
#error [NOT_SUPPORTED] Insufficient heap for heap block device tests
29
29
#else
30
30
Original file line number Diff line number Diff line change 25
25
using namespace utest ::v1;
26
26
27
27
// TODO HACK, replace with available ram/heap property
28
- #if defined(TARGET_MTB_MTS_XDOT)
28
+ #if defined(TARGET_MTB_MTS_XDOT) || defined(TARGET_LPC1114)
29
29
#error [NOT_SUPPORTED] Insufficient heap for heap block device tests
30
30
#else
31
31
Original file line number Diff line number Diff line change 27
27
using namespace utest ::v1;
28
28
29
29
// TODO HACK, replace with available ram/heap property
30
- #if defined(TARGET_MTB_MTS_XDOT)
30
+ #if defined(TARGET_MTB_MTS_XDOT) || defined(TARGET_LPC1114)
31
31
#error [NOT_SUPPORTED] Insufficient heap for heap block device tests
32
32
#else
33
33
You can’t perform that action at this time.
0 commit comments