X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fbootloader%2Fmain.rs;h=f54b4bcea02d8dbf161bf9f50fefb31e4a140699;hb=2b98183f540c404ee03f9327f087ae1d119326d1;hp=e7746c0086c5829017c7b8dba60d6a0629038eea;hpb=206f765a129a285e5db70505d2c1154564046ac8;p=gps-watch.git diff --git a/src/bootloader/main.rs b/src/bootloader/main.rs index e7746c0..f54b4bc 100644 --- a/src/bootloader/main.rs +++ b/src/bootloader/main.rs @@ -33,6 +33,8 @@ mod bootloader; use common::clock; use common::usb_serial; +const APPLICATION_ADDR: u32 = 0x0; + #[no_mangle] pub unsafe extern fn main() { clock::configure();