Fix typo.
This commit is contained in:
parent
6f00e3ae6c
commit
22c7dc4f34
@ -165,7 +165,7 @@ port_setup(int pnum, enum ev_type pevt, void (*ih)(void *), void *ih_user)
|
||||
val = PCR_INT_FE;
|
||||
break;
|
||||
case INT_EITHER_EDGE:
|
||||
val = PCR_INT_RE;
|
||||
val = PCR_INT_EE;
|
||||
break;
|
||||
case INT_LOGIC_ONE:
|
||||
val = PCR_INT_LO;
|
||||
|
Loading…
Reference in New Issue
Block a user