Hi,
If you just want to flip the T1CON_TMR1ON bit, you can use
T1CON_TMR1ON = !T1CON_TMR1ON
The ^ operator is useful when you want to flip an entire byte (or word or dword)
--
You received this message because you are subscribed to the Google Groups "jallist" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jallist+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/jallist/733e5150-89f8-4e25-ad20-f05ea7dbcefdn%40googlegroups.com.