X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fapplication%2Fmain.rs;h=dffa4ee189ebeb1e724057499e0a0b095519b05f;hb=2e626bc722375f441e826cb403967206eacf2161;hp=d2e391de174791a71f9e1324070ee6c9271c850d;hpb=8b09b780219fb53132e4271e4e71f2c779c47321;p=gps-watch.git diff --git a/src/application/main.rs b/src/application/main.rs index d2e391d..dffa4ee 100644 --- a/src/application/main.rs +++ b/src/application/main.rs @@ -27,6 +27,8 @@ extern crate common; +mod uart0; + use common::buffer::Buffer; use common::clock; use common::systick; @@ -46,6 +48,7 @@ extern { #[no_mangle] pub unsafe extern "C" fn _start() -> ! { clock::configure(); + clock::enable_osc0(); systick::init(); port::init();