Quote Originally Posted by Darrel Taylor View Post
DEFINE's don't use = signs.

Code:
define ccp1_reg = portb
define ccp1_bit = 0
That was the brand new error I was talking about...
But now I realize that if a DEFINE isn't recognized and/or used by anything, it won't necessarily flag any sort of error. Just ignored...
Which is why I referred back to the HPWM section of the book...