diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/nrf/src/bin/usb_hid_keyboard.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nrf/src/bin/usb_hid_keyboard.rs b/examples/nrf/src/bin/usb_hid_keyboard.rs index 70318b78f..980bc1038 100644 --- a/examples/nrf/src/bin/usb_hid_keyboard.rs +++ b/examples/nrf/src/bin/usb_hid_keyboard.rs | |||
| @@ -77,7 +77,7 @@ async fn main(_spawner: Spawner) { | |||
| 77 | // Build the builder. | 77 | // Build the builder. |
| 78 | let mut usb = builder.build(); | 78 | let mut usb = builder.build(); |
| 79 | 79 | ||
| 80 | let remote_wakeup = Signal::new(); | 80 | let remote_wakeup: Signal<_> = Signal::new(); |
| 81 | 81 | ||
| 82 | // Run the USB device. | 82 | // Run the USB device. |
| 83 | let usb_fut = async { | 83 | let usb_fut = async { |
