aboutsummaryrefslogtreecommitdiffstats
path: root/test/mfs/source/test/mfs_test_root.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/mfs/source/test/mfs_test_root.h')
-rw-r--r--test/mfs/source/test/mfs_test_root.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/mfs/source/test/mfs_test_root.h b/test/mfs/source/test/mfs_test_root.h
index 672b7da80..22f85634f 100644
--- a/test/mfs/source/test/mfs_test_root.h
+++ b/test/mfs/source/test/mfs_test_root.h
@@ -26,6 +26,7 @@
#include "mfs_test_sequence_001.h"
#include "mfs_test_sequence_002.h"
+#include "mfs_test_sequence_003.h"
#if !defined(__DOXYGEN__)
@@ -55,6 +56,10 @@ extern "C" {
extern const MFSConfig mfscfg1;
extern MFSDriver mfs1;
extern uint8_t mfs_buffer[512];
+extern const uint8_t mfs_pattern16[16];
+extern const uint8_t mfs_pattern32[32];
+extern const uint8_t mfs_pattern10[10];
+extern const uint8_t mfs_pattern512[512];
flash_error_t bank_erase(mfs_bank_t bank);
flash_error_t bank_verify_erased(mfs_bank_t bank);