X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fcommon%2Flib.rs;h=7828fea3224f237605130d4ceae19926009f3dfc;hb=71d1d829ea38645690ab199d25ae091b6f6984c6;hp=e93861e8f168c3d0c1251bf81e458f0166b90d46;hpb=2d5832af1ef5b1addfb9c989af71e031331b4efe;p=gps-watch.git diff --git a/src/common/lib.rs b/src/common/lib.rs index e93861e..7828fea 100644 --- a/src/common/lib.rs +++ b/src/common/lib.rs @@ -29,6 +29,8 @@ pub mod register; pub mod nvic; pub mod clock; pub mod systick; +pub mod port; +pub mod gpio; pub mod crc32; pub mod buffer; pub mod usb_serial;