diff options
Diffstat (limited to 'embassy-rp/src/bootsel.rs')
| -rw-r--r-- | embassy-rp/src/bootsel.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-rp/src/bootsel.rs b/embassy-rp/src/bootsel.rs index 5f0bac248..b24b98cd5 100644 --- a/embassy-rp/src/bootsel.rs +++ b/embassy-rp/src/bootsel.rs | |||
| @@ -7,8 +7,8 @@ | |||
| 7 | //! | 7 | //! |
| 8 | //! This module provides functionality to poll BOOTSEL from an embassy application. | 8 | //! This module provides functionality to poll BOOTSEL from an embassy application. |
| 9 | 9 | ||
| 10 | use crate::flash::in_ram; | ||
| 11 | use crate::Peri; | 10 | use crate::Peri; |
| 11 | use crate::flash::in_ram; | ||
| 12 | 12 | ||
| 13 | /// Reads the BOOTSEL button. Returns true if the button is pressed. | 13 | /// Reads the BOOTSEL button. Returns true if the button is pressed. |
| 14 | /// | 14 | /// |
