diff options
| author | Rasmus Melchior Jacobsen <[email protected]> | 2023-04-04 23:16:01 +0200 |
|---|---|---|
| committer | Rasmus Melchior Jacobsen <[email protected]> | 2023-04-04 23:16:01 +0200 |
| commit | 3deb65bc87b53d686694f0abcbbf96ff976d1f93 (patch) | |
| tree | 44f9c33e5d4a2377ad6305bca2d619ef80ce16dd /embassy-cortex-m/src/lib.rs | |
| parent | bfebf7a43648e06b313234a2ddc7496eb526bc69 (diff) | |
| parent | 5923e143e35547b1972f2e48082e93dfbe1dadac (diff) | |
Merge branch 'master' into flash-regions
Diffstat (limited to 'embassy-cortex-m/src/lib.rs')
| -rw-r--r-- | embassy-cortex-m/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-cortex-m/src/lib.rs b/embassy-cortex-m/src/lib.rs index fba23367b..e4b713a06 100644 --- a/embassy-cortex-m/src/lib.rs +++ b/embassy-cortex-m/src/lib.rs | |||
| @@ -5,6 +5,6 @@ | |||
| 5 | // This mod MUST go first, so that the others see its macros. | 5 | // This mod MUST go first, so that the others see its macros. |
| 6 | pub(crate) mod fmt; | 6 | pub(crate) mod fmt; |
| 7 | 7 | ||
| 8 | pub mod executor; | 8 | pub use embassy_executor as executor; |
| 9 | pub mod interrupt; | 9 | pub mod interrupt; |
| 10 | pub mod peripheral; | 10 | pub mod peripheral; |
