X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fcommon%2Flib.rs;h=e93861e8f168c3d0c1251bf81e458f0166b90d46;hb=2d5832af1ef5b1addfb9c989af71e031331b4efe;hp=dfe7b40bc094b832a4f003c200de7f36f2efea2a;hpb=3350b7e23a8afca5882b895c9a570a490f0c7502;p=gps-watch.git diff --git a/src/common/lib.rs b/src/common/lib.rs index dfe7b40..e93861e 100644 --- a/src/common/lib.rs +++ b/src/common/lib.rs @@ -28,6 +28,7 @@ pub mod register; pub mod nvic; pub mod clock; +pub mod systick; pub mod crc32; pub mod buffer; pub mod usb_serial;