Costmet clean, whitespace, carriage-return removal
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4274 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
8613302525
commit
aa7765b80d
@ -158,7 +158,6 @@ __reset:
|
||||
nop
|
||||
.end __reset
|
||||
|
||||
|
||||
/****************************************************************************
|
||||
* Name: _gen_exception
|
||||
*
|
||||
|
@ -2361,7 +2361,6 @@ static int pic32mx_interrupt(int irq, void *context)
|
||||
/* Is token processing complete */
|
||||
|
||||
if ((pic32mx_getreg(PIC32MX_USB_IR) & USB_INT_TRN) != 0)
|
||||
|
||||
{
|
||||
regval = pic32mx_getreg(PIC32MX_USB_STAT);
|
||||
pic32mx_putreg(USB_INT_TRN, PIC32MX_USB_IR);
|
||||
|
Loading…
Reference in New Issue
Block a user