Quote Originally Posted by ecoli-557 View Post
It added it but ALL the LEDs came on.
Do your LED's go to ground or VDD?

If they go to VDD, only use 1 "!"
Code:
LED1 = !(pkt_cntr=1)
LED2 = !(pkt_cntr=2)
LED3 = !(pkt_cntr=3)
LED4 = !(pkt_cntr=4)