Skip to content

Commit 312dd1d

Browse files
committed
chore: add links to policy
1 parent 7e32a19 commit 312dd1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

capsules/core/src/virtualizers/virtual_uart.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ impl<'a, P: SelectionPolicy<&'a UartDevice<'a, P>>> MuxUart<'a, P> {
237237
/// from the list of devices in the virtualizer.
238238
///
239239
/// For the default implementation, please refer to `new` function
240-
/// which uses `InsertionFirstPolicy` selection policy.
240+
/// which uses [`InsertionFirstPolicy`] selection policy.
241241
pub fn new_with_policy(
242242
uart: &'a dyn uart::Uart<'a>,
243243
buffer: &'static mut [u8],

0 commit comments

Comments
 (0)