diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-11 18:55:59 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-01-11 18:55:59 +0100 |
| commit | e0775fbc8ab1ecc83bce42fe6e11accf481bc9e1 (patch) | |
| tree | 3d5119500fbb8627829e54e6bc999c3689ab4a0f /embassy-boot/boot/src/test_flash/mod.rs | |
| parent | b452a6bcf6858893a85882614e2dcde5a3405748 (diff) | |
Flatten embassy-boot dir tree
Diffstat (limited to 'embassy-boot/boot/src/test_flash/mod.rs')
| -rw-r--r-- | embassy-boot/boot/src/test_flash/mod.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/embassy-boot/boot/src/test_flash/mod.rs b/embassy-boot/boot/src/test_flash/mod.rs deleted file mode 100644 index 79b15a081..000000000 --- a/embassy-boot/boot/src/test_flash/mod.rs +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | mod asynch; | ||
| 2 | mod blocking; | ||
| 3 | |||
| 4 | pub(crate) use asynch::AsyncTestFlash; | ||
| 5 | pub(crate) use blocking::BlockingTestFlash; | ||
