diff options
| author | barthess <barthess@yandex.ru> | 2016-01-24 20:42:00 +0300 |
|---|---|---|
| committer | barthess <barthess@yandex.ru> | 2016-01-24 20:42:00 +0300 |
| commit | 2bc5a485a970f2ea1a3c7d7b853c6b877fea9a83 (patch) | |
| tree | 2918fd57c5907a1444cddcded16253b7f91f7af8 /os/various/memtest.h | |
| parent | 956134d0bae1f34088b222c63d22e3ae7c9ad4cf (diff) | |
| parent | 2c7dc44fad1de5ff9ce449aeaf2ff94784d7807f (diff) | |
| download | ChibiOS-Contrib-2bc5a485a970f2ea1a3c7d7b853c6b877fea9a83.tar.gz ChibiOS-Contrib-2bc5a485a970f2ea1a3c7d7b853c6b877fea9a83.tar.bz2 ChibiOS-Contrib-2bc5a485a970f2ea1a3c7d7b853c6b877fea9a83.zip | |
Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib
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; |
