diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-10-05 17:54:31 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-10-05 17:54:31 -0400 |
| commit | a0498330ef7d035890ab1b3632d789ee3c9fccdf (patch) | |
| tree | d7376d731774fe5b1898b6301b964404cc58680d /src/usb.rs | |
| parent | f63136fe84f4dcebac13c9055faac2e5a67d7786 (diff) | |
dummy fw bme bringup
Diffstat (limited to 'src/usb.rs')
| -rw-r--r-- | src/usb.rs | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 +); |
