Skip to content
Commit 3e37ff2f authored by Gregory Nutt's avatar Gregory Nutt
Browse files

LPC17xx GPIO interrupt fixes: lpc17_setintedge() must be atomic. Can't...

LPC17xx GPIO interrupt fixes: lpc17_setintedge() must be atomic.  Can't disable interrupts from interrupt handlers because they are automatically re-enabled.  Try re-configuring pin instead.
parent 380ec197
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment