application: Define UART0_IRQHandler().
[gps-watch.git] / src / application / main.rs
index e14c8f06e65eeded4d6d54539490ff6ed6510356..dffa4ee189ebeb1e724057499e0a0b095519b05f 100644 (file)
@@ -27,6 +27,8 @@
 
 extern crate common;
 
+mod uart0;
+
 use common::buffer::Buffer;
 use common::clock;
 use common::systick;