Skip to content

Commit

Permalink
Merge pull request #292 from EmbeddedMan/MX1_MX2
Browse files Browse the repository at this point in the history
Mx1 mx2 : Fix for issue #291: PPS input SDI2, SS2, and REFCLKI constants
  • Loading branch information
ricklon committed Oct 23, 2012
2 parents 64bb1bd + 924c2e7 commit 9adfa2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hardware/pic32/cores/pic32/p32_defs.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -349,9 +349,9 @@ typedef enum {
PPS_IN_U2CTS = (22 + _PPS_SET_C + _PPS_INPUT_BIT), PPS_IN_U2CTS = (22 + _PPS_SET_C + _PPS_INPUT_BIT),
PPS_IN_SDI1 = (31 + _PPS_SET_B + _PPS_INPUT_BIT), PPS_IN_SDI1 = (31 + _PPS_SET_B + _PPS_INPUT_BIT),
PPS_IN_SS1 = (32 + _PPS_SET_A + _PPS_INPUT_BIT), PPS_IN_SS1 = (32 + _PPS_SET_A + _PPS_INPUT_BIT),
PPS_IN_SDI2 = (34 + _PPS_SET_C + _PPS_INPUT_BIT), PPS_IN_SDI2 = (35 + _PPS_SET_C + _PPS_INPUT_BIT),
PPS_IN_SS2 = (35 + _PPS_SET_D + _PPS_INPUT_BIT), PPS_IN_SS2 = (36 + _PPS_SET_D + _PPS_INPUT_BIT),
PPS_IN_REFCLKI = (44 + _PPS_SET_A + _PPS_INPUT_BIT), PPS_IN_REFCLKI = (45 + _PPS_SET_A + _PPS_INPUT_BIT),


} ppsFunctionType; } ppsFunctionType;


Expand Down

0 comments on commit 9adfa2a

Please sign in to comment.