commit:1050ccbc750cf8c4799e6f68f8a871cb6904be31
author:Chip
committer:Chip
date:Tue Feb 26 20:38:48 2019 -0600
parents:a3cf8b5eb2f6f8f4384153d820702f0401ac2d28
Fix import
diff --git a/src/video/gen.rs b/src/video/gen.rs
line changes: +1/-2
index 4318751..e626e61
--- a/src/video/gen.rs
+++ b/src/video/gen.rs
@@ -1,7 +1,6 @@
 use cortex_m::asm;
 use cortex_m::peripheral::NVIC;
-use atsam3xa::{TC0};
-use atsam3xa::interrupt;
+use atsam3xa::{interrupt, TC0};
 use embedded_hal::digital::OutputPin;
 use atsam3xa_hal::prelude::*;
 use atsam3xa_hal::pmc::PMC;