Skip to content

Commit

Permalink
chore: Fix WASM required inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Sep 23, 2023
1 parent 33e0457 commit 929e0b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buttplug/src/server/device/protocol/nintendo_joycon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ use std::{
time::Duration,
};
use tokio::sync::Notify;
#[cfg(feature = "wasm")]
use crate::util;

/// Send command, sub-command, and data (sub-command's arguments) with u8 integers
/// This returns ACK packet for the command or Error.
Expand Down

0 comments on commit 929e0b8

Please sign in to comment.