Index: App/Common.h =================================================================== diff -u -r765d2c35118e202444e737c66c77faf9678cc87e -r894b734327eb6e7cfa6bf651623576bc10214195 --- App/Common.h (.../Common.h) (revision 765d2c35118e202444e737c66c77faf9678cc87e) +++ App/Common.h (.../Common.h) (revision 894b734327eb6e7cfa6bf651623576bc10214195) @@ -35,9 +35,9 @@ typedef enum Pin_Signal_States { - PIN_SIGNAL_LOW = 0, - PIN_SIGNAL_HIGH, - NUM_OF_PIN_SIGNAL_STATES + PIN_SIGNAL_LOW = 0, + PIN_SIGNAL_HIGH, + NUM_OF_PIN_SIGNAL_STATES } PIN_SIGNAL_STATE_T; // *** Common Definitions ***