Skip to content

Commit

Permalink
move mod flash to peripherals section
Browse files Browse the repository at this point in the history
  • Loading branch information
krady21 committed Sep 11, 2020
1 parent 1b7e4e0 commit 319d2f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chips/stm32f303xc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
#![no_std]

pub mod chip;
pub mod deferred_call_tasks;
pub mod flash;
mod deferred_call_tasks;
pub mod nvic;

// Peripherals
pub mod adc;
pub mod exti;
pub mod flash;
pub mod gpio;
pub mod i2c;
pub mod rcc;
Expand Down

0 comments on commit 319d2f6

Please sign in to comment.