mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 06:55:13 +00:00
SAM4E-EK: Enable interrupt stack in all configurations
This commit is contained in:
parent
788d5bb0fc
commit
6b4a4c8293
1 changed files with 1 additions and 1 deletions
|
|
@ -2165,7 +2165,7 @@ static int sam_udp_interrupt(int irq, void *context)
|
|||
|
||||
/* Suspend, treated last */
|
||||
|
||||
if ((pending == UDP_INT_RXSUSP) != 0)
|
||||
if (pending == UDP_INT_RXSUSP)
|
||||
{
|
||||
usbtrace(TRACE_INTDECODE(SAM_TRACEINTID_RXSUSP),
|
||||
(uint16_t)pending);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue