File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
//! ST77xx Screen
2
2
//!
3
- //! - https://learn.adafruit.com/adafruit-1-3-and-1-54-240-x-240-wide-angle-tft-lcd-displays
3
+ //! - < https://learn.adafruit.com/adafruit-1-3-and-1-54-240-x-240-wide-angle-tft-lcd-displays>
4
4
//!
5
5
//! The screen supports multiple physical busses, and this driver is implemented
6
6
//! on top of the generic `Bus` interface.
Original file line number Diff line number Diff line change 1
1
//! Client to Authenticator Protocol CTAPv2 over USB HID
2
2
//!
3
- //! Based on the spec avaliable at: https://fidoalliance.org/specs/fido-v2.0-id-20180227/fido-client-to-authenticator-protocol-v2.0-id-20180227.html
3
+ //! Based on the spec avaliable at: < https://fidoalliance.org/specs/fido-v2.0-id-20180227/fido-client-to-authenticator-protocol-v2.0-id-20180227.html>
4
4
5
5
use core:: cell:: Cell ;
6
6
use core:: cmp;
Original file line number Diff line number Diff line change 1
1
//! Support for the AES hardware block on OpenTitan
2
2
//!
3
- //! https://docs.opentitan.org/hw/ip/aes/doc/
3
+ //! < https://docs.opentitan.org/hw/ip/aes/doc/>
4
4
5
5
use kernel:: common:: cells:: { OptionalCell , TakeCell } ;
6
6
use kernel:: common:: registers:: {
You can’t perform that action at this time.
0 commit comments