diff options
| author | Kaitlyn Kenwell <[email protected]> | 2023-12-14 09:36:22 -0500 |
|---|---|---|
| committer | Kaitlyn Kenwell <[email protected]> | 2023-12-14 09:36:22 -0500 |
| commit | e27e00f6280683293f427d0731aa69ca32dbbe60 (patch) | |
| tree | e238a3ed8fda1b7c89c27864b62d387786e75925 /embassy-usb-dfu/src/lib.rs | |
| parent | b60b3f4eb8f22ecda1c30d63213010f1b6b47686 (diff) | |
Address reviews
Diffstat (limited to 'embassy-usb-dfu/src/lib.rs')
| -rw-r--r-- | embassy-usb-dfu/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-usb-dfu/src/lib.rs b/embassy-usb-dfu/src/lib.rs index 81ef041f8..ae0fbbd4c 100644 --- a/embassy-usb-dfu/src/lib.rs +++ b/embassy-usb-dfu/src/lib.rs | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | mod fmt; | ||
| 2 | 3 | ||
| 3 | pub mod consts; | 4 | pub mod consts; |
| 4 | 5 | ||
