From a0498330ef7d035890ab1b3632d789ee3c9fccdf Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Sat, 5 Oct 2024 17:54:31 -0400 Subject: dummy fw bme bringup --- src/usb.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/usb.rs') diff --git a/src/usb.rs b/src/usb.rs index 7ec1aae..b50b085 100644 --- a/src/usb.rs +++ b/src/usb.rs @@ -1,2 +1,6 @@ molybdos::lib::usb_pipes!(pub); -molybdos::lib::cobs_pubsub!(pub, ocularium::Uplink => COBS_UPLINK, ocularium::Downlink => COBS_DOWNLINK); +molybdos::lib::cobs_pubsub!( + pub, + ocularium_common::Uplink => COBS_UPLINK, + ocularium_common::Downlink => COBS_DOWNLINK +); -- cgit v1.3.1