Skip to content

Commit 22c0750

Browse files
chips: stm32wle5xx: subghz_radio: virt. pin input
Fix subghz virtual pin config definition to return true for `is_input()`
1 parent 5e5c2ad commit 22c0750

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chips/stm32wle5xx/src/subghz_radio.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ impl Configure for SubGhzRadioVirtualGpio<'_> {
229229
}
230230

231231
fn is_input(&self) -> bool {
232-
false
232+
true
233233
}
234234

235235
fn is_output(&self) -> bool {

0 commit comments

Comments
 (0)