Skip to content

Commit

Permalink
Merge pull request #377 from KeithV/master
Browse files Browse the repository at this point in the history
fixed serial to use more than just _SER0_VECTOR
  • Loading branch information
ricklon committed Jul 26, 2013
2 parents eb37989 + ed33b89 commit 27684c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardware/pic32/cores/pic32/HardwareSerial.cpp
Expand Up @@ -207,7 +207,7 @@ void HardwareSerial::begin(unsigned long baudRate)
mapPps(pinRx, ppsRx); mapPps(pinRx, ppsRx);
#endif #endif


setIntVector(_SER0_VECTOR, isr); setIntVector(vec, isr);


/* Set the interrupt privilege level and sub-privilege level /* Set the interrupt privilege level and sub-privilege level
*/ */
Expand Down

0 comments on commit 27684c6

Please sign in to comment.