Temporarily comment unused code

This commit is contained in:
Ulf Lilleengen 2021-09-02 11:31:38 +02:00
parent 4dccda085f
commit 0f3d278ce3

View File

@ -168,6 +168,7 @@ fn rfbusys() -> bool {
unsafe { pwr.sr2().read().rfbusys() == pac::pwr::vals::Rfbusys::BUSY }
}
/*
/// Returns `true` if the radio is busy or NSS is low.
///
/// See RM0461 Rev 4 section 5.3 page 181 "Radio busy management" for more
@ -177,6 +178,7 @@ fn rfbusyms() -> bool {
let pwr = pac::PWR;
unsafe { pwr.sr2().read().rfbusyms() == pac::pwr::vals::Rfbusyms::BUSY }
}
*/
/// Sub-GHz radio peripheral
pub struct SubGhz<'d, Tx, Rx> {