Skip to content

Commit

Permalink
Proper markdown link for SubGHz documentation
Browse files Browse the repository at this point in the history
Co-authored-by: Petr Portnov | PROgrm_JARvis <[email protected]>
  • Loading branch information
QuantumEF and JarvisCraft authored Oct 13, 2024
1 parent 17d3b4e commit 748e0ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/flipperzero/src/subghz/device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ pub struct SubGhz {
}

impl SubGhz {
/// For the internal device use "cc1101_int" (From `lib/subghz/devices/cc1101_int/cc1101_int_interconnect.c`)
/// For the internal device use [`cc1101_int`]
///
/// [`cc1101_int`]: https://github.com/flipperdevices/flipperzero-firmware/blob/dev/lib/subghz/devices/cc1101_int/cc1101_int_interconnect.c
pub fn subghz_devices_get_by_name(name: &CStr) -> Option<SubGhz> {
unsafe { sys::subghz_devices_init() }

Expand Down

0 comments on commit 748e0ae

Please sign in to comment.