From ef580e56344bbcafc023b7f0560855e8f280e60e Mon Sep 17 00:00:00 2001 From: lkoester Date: Tue, 9 Apr 2024 17:51:42 +0200 Subject: [PATCH] added empty can file --- src/interface/can.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/interface/can.rs b/src/interface/can.rs index e69de29..2971660 100644 --- a/src/interface/can.rs +++ b/src/interface/can.rs @@ -0,0 +1 @@ +/// This is a preliminary implementation of the necessary infrastructure to enable communication over OPS-SAT's internal CAN Bus.