Skip to content
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.

Commit

Permalink
Remove feature guard from lpc11xx hal
Browse files Browse the repository at this point in the history
  • Loading branch information
farcaller committed Jul 9, 2015
1 parent 20ca3ea commit d6d370f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hal/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ and each such struct has a `setup()` method that configures the hardware
(returning the object to interact with it where applicable).
*/

#[cfg(feature = "mcu_lpc11xx")]
pub mod lpc11xx;
#[cfg(feature = "mcu_lpc17xx")]
pub mod lpc17xx;
Expand Down

0 comments on commit d6d370f

Please sign in to comment.