aboutsummaryrefslogtreecommitdiff
path: root/src/usb.rs
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-10-05 17:54:31 -0400
committerNathan Perry <np@nathanperry.dev>2024-10-05 17:54:31 -0400
commita0498330ef7d035890ab1b3632d789ee3c9fccdf (patch)
treed7376d731774fe5b1898b6301b964404cc58680d /src/usb.rs
parentf63136fe84f4dcebac13c9055faac2e5a67d7786 (diff)
dummy fw bme bringup
Diffstat (limited to 'src/usb.rs')
-rw-r--r--src/usb.rs6
1 files changed, 5 insertions, 1 deletions
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
+);