Skip to content

Commit 1f8ecf1

Browse files
theotherjimmybulislaw
authored andcommitted
Reduce size of heap block device test
to fit into smaller targets
1 parent 5431e42 commit 1f8ecf1

File tree

1 file changed

+1
-5
lines changed
  • features/TESTS/filesystem/heap_block_device

1 file changed

+1
-5
lines changed

features/TESTS/filesystem/heap_block_device/main.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@
2424
using namespace utest::v1;
2525

2626
#define TEST_BLOCK_SIZE 512
27-
#if MBED_SMALL_TARGET
28-
# define TEST_BLOCK_DEVICE_SIZE 8*TEST_BLOCK_SIZE
29-
#else
30-
# define TEST_BLOCK_DEVICE_SIZE 16*TEST_BLOCK_SIZE
31-
#endif
27+
#define TEST_BLOCK_DEVICE_SIZE 8*TEST_BLOCK_SIZE
3228
#define TEST_BLOCK_COUNT 10
3329
#define TEST_ERROR_MASK 16
3430

0 commit comments

Comments
 (0)