Skip to content
Commit eac50e31 authored by Weiwei Guo's avatar Weiwei Guo Committed by Carles Cufí
Browse files

drivers: intc_plic: fix plic PLIC_TRIG_LEVEL define mistake



Interrupt trigger type register each bit indicate the configured interrupt
type. bit value is 0 indicate level trigger interrupt, 1 indicate edge
trigger interrupt.

The level trigger defined to ~BIT(0) equal 0xfffffffe not equal 0.

Signed-off-by: default avatarWeiwei Guo <guoweiwei@syriusrobotics.com>
parent 83ca2a04
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment