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:
patacongo 2012-01-06 23:41:20 +00:00
parent 8613302525
commit aa7765b80d
14 changed files with 459 additions and 461 deletions

View File

@ -158,7 +158,6 @@ __reset:
nop
.end __reset
/****************************************************************************
* Name: _gen_exception
*

View File

@ -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);