diff options
Diffstat (limited to 'embassy-boot/src/test_flash/mod.rs')
| -rw-r--r-- | embassy-boot/src/test_flash/mod.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/embassy-boot/src/test_flash/mod.rs b/embassy-boot/src/test_flash/mod.rs new file mode 100644 index 000000000..79b15a081 --- /dev/null +++ b/embassy-boot/src/test_flash/mod.rs | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | mod asynch; | ||
| 2 | mod blocking; | ||
| 3 | |||
| 4 | pub(crate) use asynch::AsyncTestFlash; | ||
| 5 | pub(crate) use blocking::BlockingTestFlash; | ||
