Quote:
Originally Posted by nickdigger
So did (1 < INTF0) work by accident, instead of (1 << INTF0) ? Anyway, i'll try setting it.
|
For the life of me, I cannot see how that got posted here as (1 < INTFO). Maybe it was a cut/paste type.
Quote:
Originally Posted by nickdigger
OK, it works now. I'm assuming EIFR was the difference. Thanks.
|
Glad it worked. I dislike using direct values within the code itself. Using "const (type) (name) = (some value);" helps more with being able to read the code, and prevents strange bugs from happening.