diff options
| -rw-r--r-- | embassy-stm32/src/ipcc.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-stm32/src/ipcc.rs b/embassy-stm32/src/ipcc.rs index 8bb0774b8..28f51baa5 100644 --- a/embassy-stm32/src/ipcc.rs +++ b/embassy-stm32/src/ipcc.rs | |||
| @@ -111,6 +111,7 @@ impl Ipcc { | |||
| 111 | pub fn c1_clear_flag_channel(channel: IpccChannel) { | 111 | pub fn c1_clear_flag_channel(channel: IpccChannel) { |
| 112 | let regs = IPCC::regs(); | 112 | let regs = IPCC::regs(); |
| 113 | 113 | ||
| 114 | trace!("ipcc: ch {}: clear rx", channel as u8); | ||
| 114 | unsafe { regs.cpu(0).scr().write(|w| w.set_chc(channel as usize, true)) } | 115 | unsafe { regs.cpu(0).scr().write(|w| w.set_chc(channel as usize, true)) } |
| 115 | } | 116 | } |
| 116 | 117 | ||
