X-Git-Url: http://git.code-monkey.de/?p=gps-watch.git;a=blobdiff_plain;f=src%2Fcommon%2Flib.rs;h=61d8f797da3887ab3d411db998859e14b22d8e7b;hp=b6a08c71904f78ae5a812fe611ae144e6893e3cd;hb=9ea07b3d30e9405cd51a48e5af4e40ae27b17ca6;hpb=cd2cd4863868192ed4442e2a1abe169b12a3cc70 diff --git a/src/common/lib.rs b/src/common/lib.rs index b6a08c7..61d8f79 100644 --- a/src/common/lib.rs +++ b/src/common/lib.rs @@ -32,6 +32,7 @@ pub mod systick; pub mod port; pub mod gpio; pub mod i2c; +pub mod uart; pub mod watchdog; pub mod crc32; pub mod buffer;