X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fcommon%2Flib.rs;h=dfe7b40bc094b832a4f003c200de7f36f2efea2a;hb=e3c4f8ce159a91cd90b2d97e23c9a9c707ca1d5d;hp=34522e8f968518a2c3a3e930f02d36433c177dbe;hpb=db503888f59640eb469880cdbb5dbf873569d072;p=gps-watch.git diff --git a/src/common/lib.rs b/src/common/lib.rs index 34522e8..dfe7b40 100644 --- a/src/common/lib.rs +++ b/src/common/lib.rs @@ -28,6 +28,8 @@ pub mod register; pub mod nvic; pub mod clock; +pub mod crc32; +pub mod buffer; pub mod usb_serial; use core::panic::PanicInfo;