mirror of https://github.com/ARMmbed/mbed-os.git
parent
0ca9a6b479
commit
a56f874510
|
@ -23,12 +23,8 @@
|
||||||
|
|
||||||
using namespace utest::v1;
|
using namespace utest::v1;
|
||||||
|
|
||||||
#define TEST_BLOCK_SIZE 512
|
#define TEST_BLOCK_SIZE 128
|
||||||
#if MBED_SMALL_TARGET
|
#define TEST_BLOCK_DEVICE_SIZE 32*TEST_BLOCK_SIZE
|
||||||
# define TEST_BLOCK_DEVICE_SIZE 8*TEST_BLOCK_SIZE
|
|
||||||
#else
|
|
||||||
# define TEST_BLOCK_DEVICE_SIZE 16*TEST_BLOCK_SIZE
|
|
||||||
#endif
|
|
||||||
#define TEST_BLOCK_COUNT 10
|
#define TEST_BLOCK_COUNT 10
|
||||||
#define TEST_ERROR_MASK 16
|
#define TEST_ERROR_MASK 16
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue