diff options
author | barthess <barthess@yandex.ru> | 2015-10-15 10:51:11 +0300 |
---|---|---|
committer | barthess <barthess@yandex.ru> | 2015-10-15 10:51:11 +0300 |
commit | bf7d3ef855907657a9a22f09721c2d910575c455 (patch) | |
tree | 32d50246662f454b7c05f8bd9bae34084b2f6190 /os/various/memtest.h | |
parent | c457b4d7d14a37eca844b5979cb705264ed4c155 (diff) | |
download | ChibiOS-Contrib-bf7d3ef855907657a9a22f09721c2d910575c455.tar.gz ChibiOS-Contrib-bf7d3ef855907657a9a22f09721c2d910575c455.tar.bz2 ChibiOS-Contrib-bf7d3ef855907657a9a22f09721c2d910575c455.zip |
Memtest. Added uint64_t test.
Diffstat (limited to 'os/various/memtest.h')
-rw-r--r-- | os/various/memtest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/various/memtest.h b/os/various/memtest.h index e67df5f..9c31b54 100644 --- a/os/various/memtest.h +++ b/os/various/memtest.h @@ -43,6 +43,7 @@ #define MEMTEST_WIDTH_8 (1 << 0) #define MEMTEST_WIDTH_16 (1 << 1) #define MEMTEST_WIDTH_32 (1 << 2) +#define MEMTEST_WIDTH_64 (1 << 3) typedef struct memtest_t memtest_t; typedef uint32_t testtype; |