Skip to content

Commit

Permalink
fix broken doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
Univa committed Mar 6, 2024
1 parent 4b65eef commit a0face7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/content/docs/features/feature-split.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,10 @@ struct MyKeyboardDongle;

# Available Drivers

| Name | Feature Flag | `keyboard` Macro Driver String | Required Traits |
| ---------------- | -------------------------- | ------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Serial[^1] | N/A (available by default) | `"serial"` | `SerialDriverSettings`[^2] |
| nRF Bluetooth LE | `nrf-ble` | `"ble"` | [`BluetoothDevice`](rumcake/hw/mcu/trait.BluetoothDevice.html), `NRFBLECentralDriverSettings`[^2] (central device only), `NRFBLEPeripheralDriverSettings`[^2] (peripheral device only) |
| Name | Feature Flag | `keyboard` Macro Driver String | Required Traits |
| ---------------- | -------------------------- | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Serial[^1] | N/A (available by default) | `"serial"` | `SerialDriverSettings`[^2] |
| nRF Bluetooth LE | `nrf-ble` | `"ble"` | [`BluetoothDevice`](/rumcake/api/nrf52840/rumcake/hw/mcu/trait.BluetoothDevice.html), `NRFBLECentralDriverSettings`[^2] (central device only), `NRFBLEPeripheralDriverSettings`[^2] (peripheral device only) |

[^1]:
Compatible with any type that implements both `embedded_io_async::Read` and `embedded_io_async::Write`.
Expand Down

0 comments on commit a0face7

Please sign in to comment.