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