application: Enable OSC0.
[gps-watch.git] / src / application / main.rs
index d2e391de174791a71f9e1324070ee6c9271c850d..e14c8f06e65eeded4d6d54539490ff6ed6510356 100644 (file)
@@ -46,6 +46,7 @@ extern {
 #[no_mangle]
 pub unsafe extern "C" fn _start() -> ! {
     clock::configure();
+    clock::enable_osc0();
     systick::init();
     port::init();