bootloader: Add the flash module.
[gps-watch.git] / src / bootloader / main.rs
index fbd3aa0c01c03d6bbe34352e97b5349920f1a6ad..16255f601b4a0c2ab8874fe19d434174a3312a59 100644 (file)
@@ -27,6 +27,8 @@
 
 extern crate common;
 
+mod flash;
+
 use common::clock;
 use common::usb_serial;